Interview - Dockerfile difference
unknown
dockerfile
2 years ago
147 B
9
Indexable
RUN apt-get update && \
apt-get install -y python3 && \
apt-get clean
RUN apt-get update
RUN apt-get install -y python3
RUN apt-get clean
Editor is loading...