Zimovskii Anatolii 2022-09-09 05:22:23 +03:00
parent 62b5abd170
commit 23963eca6e
Signed by: stam
GPG Key ID: 9911D9EF664EEE14
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bi
# update lists # update lists
################################################################## ##################################################################
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
GNUTLS_CPUID_OVERRIDE=0x1 apt-get update apt-get update
################################################################## ##################################################################
# installing utils # installing utils

View File

@ -1,4 +1,4 @@
FROM debian:wheezy-slim FROM debian/eol:wheezy-slim
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive