Skip to content

Commit

Permalink
Remove Debian Jessie updates repository
Browse files Browse the repository at this point in the history
It was removed from the official mirror, see [1] and links inside for
more information.

[1]: debuerreotype/docker-debian-artifacts#66
  • Loading branch information
Totktonada committed Mar 26, 2019
1 parent 4a332bf commit a80807f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/jessie/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ENV DEBIAN_FRONTEND=noninteractive
# Don't install recommends
RUN echo 'apt::install-recommends "false";' > /etc/apt/apt.conf.d/00recommends

# Drop EOL repositories
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list

# Enable extra repositories
RUN apt-get update && apt-get install -y --force-yes \
apt-transport-https \
Expand Down

0 comments on commit a80807f

Please sign in to comment.