From 73a677ff21f307c961dd0c5944133287c0fe8778 Mon Sep 17 00:00:00 2001 From: Martin Roy Date: Tue, 26 Mar 2019 13:17:32 -0400 Subject: [PATCH] Update sources for 5.5.38 apache image https://github.com/debuerreotype/docker-debian-artifacts/issues/66 --- 5.5/apache/Dockerfile | 2 ++ 5.5/apache/sources-list | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 5.5/apache/sources-list diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index ec7707525..417b107fb 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/apache/Dockerfile @@ -6,6 +6,8 @@ FROM debian:jessie +COPY sources-list /etc/apt/sources.list + # persistent / runtime deps ENV PHPIZE_DEPS \ autoconf \ diff --git a/5.5/apache/sources-list b/5.5/apache/sources-list new file mode 100644 index 000000000..28cabd940 --- /dev/null +++ b/5.5/apache/sources-list @@ -0,0 +1,2 @@ +deb http://deb.debian.org/debian jessie main +deb http://security.debian.org/debian-security jessie/updates main