This repository was archived by the owner on Jul 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed
Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG APP_GID=2000
66
77MAINTAINER TANGO Controls team <tango@esrf.fr>
88
9+ ENV DEBIAN_FRONTEND=noninteractive
10+
911RUN apt-get update && apt-get install -y \
1012 apt-utils \
1113 build-essential \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG APP_GID=2000
66
77MAINTAINER TANGO Controls team <tango@esrf.fr>
88
9+ ENV DEBIAN_FRONTEND=noninteractive
10+
911RUN sed -i '/jessie-updates/d' /etc/apt/sources.list # Now archived
1012
1113RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG APP_GID=2000
66
77MAINTAINER TANGO Controls team <tango@esrf.fr>
88
9+ ENV DEBIAN_FRONTEND=noninteractive
10+
911RUN apt-get update && apt-get install -y \
1012 apt-utils \
1113 build-essential \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG APP_GID=2000
66
77MAINTAINER TANGO Controls team <tango@esrf.fr>
88
9+ ENV DEBIAN_FRONTEND=noninteractive
10+
911RUN apt-get update && apt-get install -y \
1012 apt-utils \
1113 build-essential \
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ ARG APP_GID=2000
88
99MAINTAINER TANGO Controls team <tango@esrf.fr>
1010
11+ ENV DEBIAN_FRONTEND=noninteractive
12+
1113RUN apt-get update && apt-get install -y \
1214 apt-utils \
1315 build-essential \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG APP_GID=2000
66
77MAINTAINER TANGO Controls team <tango@esrf.fr>
88
9+ ENV DEBIAN_FRONTEND=noninteractive
10+
911RUN apt-get update && apt-get install -y \
1012 apt-utils \
1113 build-essential \
You can’t perform that action at this time.
0 commit comments