Skip to content

Commit

Permalink
Adjust according to debuerreotype/docker-debian-artifacts#65 to solve h…
Browse files Browse the repository at this point in the history
  • Loading branch information
chchchchchchch committed May 9, 2019
1 parent 4d4291e commit 631a019
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
FROM debian:wheezy
FROM debian/eol:wheezy
RUN rm -rf /var/lib/apt/lists/* \
/etc/apt/sources.list.d/cuda.list \
/etc/apt/sources.list.d/nvidia-ml.list

RUN echo "deb http://archive.debian.org/debian wheezy main" > /etc/apt/sources.list
RUN echo "deb http://archive.debian.org/debian wheezy-lts main" >> /etc/apt/sources.list
RUN echo "Acquire::Check-Valid-Until false;" > /etc/apt/apt.conf

RUN apt-get update

RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 631a019

Please sign in to comment.