Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 590ce63

Browse files
authored
Merge pull request #596 from bourtemb/fix_debian7-travis-9.3-backports
Fix debian7 travis 9.3-backports
2 parents 73b3ddd + b0b2de6 commit 590ce63

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis/debian7/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
FROM debian:wheezy-backports
1+
FROM debian/eol:wheezy
22

33
ARG APP_UID=2000
44

55
ARG APP_GID=2000
66

77
MAINTAINER TANGO Controls team <tango@esrf.fr>
88

9-
RUN echo "deb http://archive.debian.org/debian wheezy main contrib" > /etc/apt/sources.list
10-
11-
RUN echo "deb http://security.debian.org/debian-security wheezy/updates main" > /etc/apt/sources.list.d/security.list
12-
139
RUN echo 'deb http://archive.debian.org/debian wheezy-backports main contrib' > /etc/apt/sources.list.d/backports.list
1410

1511
RUN echo "Acquire::Check-Valid-Until false;" > /etc/apt/apt.conf

0 commit comments

Comments
 (0)