Skip to content

Commit 9704715

Browse files
author
Sean P. Kane
committed
Remove apt-get to speed things up and avoid proxy issues
1 parent e1a76ce commit 9704715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN mkdir -p /data/app/bin && \
88
# you can try uncommenting the next line to fix it.
99
#ADD ./99fixbadproxy /etc/apt/apt.conf.d/99fixbadproxy
1010

11-
RUN apt-get -y update && \
12-
apt-get -y upgrade
11+
# Commented out for performance during class
12+
#RUN apt-get -y update && apt-get -y upgrade
1313

1414
ADD ./bin /data/app/bin
1515
ADD ./scripts /data/app/scripts

0 commit comments

Comments
 (0)