We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a76ce commit 9704715Copy full SHA for 9704715
Dockerfile
@@ -8,8 +8,8 @@ RUN mkdir -p /data/app/bin && \
8
# you can try uncommenting the next line to fix it.
9
#ADD ./99fixbadproxy /etc/apt/apt.conf.d/99fixbadproxy
10
11
-RUN apt-get -y update && \
12
- apt-get -y upgrade
+# Commented out for performance during class
+#RUN apt-get -y update && apt-get -y upgrade
13
14
ADD ./bin /data/app/bin
15
ADD ./scripts /data/app/scripts
0 commit comments