docker_demo/02_simple_dockerfile/Dockerfile

9 lines
132 B
Docker
Raw Normal View History

2023-10-23 23:47:34 -04:00
FROM ubuntu:22.04
RUN apt update
RUN apt install -yq --no-install-recommends \
# git \
wget \
gcc
COPY cool_file.txt /