Skip to content

Commit a7a5ea6

Browse files
authored
fixed initial RUN statement
commented out
1 parent 5f3fa29 commit a7a5ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER Aras Memisyazici @vtknightmare
33

44
ENV DEBIAN_FRONTEND noninteractive
55

6-
RUN sed -i 's#http://archive.ubuntu.com/#' /etc/apt/sources.list
6+
#RUN sed -i 's#http://archive.ubuntu.com/#' /etc/apt/sources.list
77

88
# built-in packages
99
RUN apt-get update \

0 commit comments

Comments
 (0)