From 23963eca6ec2285df77bc43a646c7b56ba8842e8 Mon Sep 17 00:00:00 2001 From: Zimovskii Anatolii Date: Fri, 9 Sep 2022 05:22:23 +0300 Subject: [PATCH] https://github.com/moby/moby/issues/28705 --- linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile | 2 +- linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile index 4ce0e9744..3715cfe84 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile @@ -12,7 +12,7 @@ ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bi # update lists ################################################################## RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \ - GNUTLS_CPUID_OVERRIDE=0x1 apt-get update + apt-get update ################################################################## # installing utils diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile index dcae13747..aed8c714f 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:wheezy-slim +FROM debian/eol:wheezy-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive