docker_demo/02_simple_dockerfile/Dockerfile
2023-10-23 23:47:34 -04:00

9 lines
132 B
Docker

FROM ubuntu:22.04
RUN apt update
RUN apt install -yq --no-install-recommends \
# git \
wget \
gcc
COPY cool_file.txt /