initial commit
This commit is contained in:
commit
3f900a2f75
9 changed files with 59 additions and 0 deletions
8
02_simple_dockerfile/Dockerfile
Normal file
8
02_simple_dockerfile/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM ubuntu:22.04
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -yq --no-install-recommends \
|
||||
# git \
|
||||
wget \
|
||||
gcc
|
||||
COPY cool_file.txt /
|
Loading…
Add table
Add a link
Reference in a new issue