Second commit
This commit is contained in:
commit
32c8a373fd
3 changed files with 1149 additions and 0 deletions
3
Dockerfile.fedora
Normal file
3
Dockerfile.fedora
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
FROM fedora:32
|
||||||
|
|
||||||
|
RUN dnf install -y neofetch
|
4
Dockerfile.ubuntu
Normal file
4
Dockerfile.ubuntu
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y neofetch
|
1142
presentation.org
Normal file
1142
presentation.org
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue