2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-28 22:57:32 +03:00
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
linux/ecosystem/epicmorg/debian
06-squeeze/main
07-wheezy/slim

@ -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

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