diff --git a/Dockerfile b/Dockerfile index 8e7c29b..09475de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,12 +5,12 @@ LABEL maintainer=" aprimediet@gmail.com" ARG ALPINE_VERSION=3.19 ARG S6_VERSION=3.1.6.2 -ARG ALPINE_MIRROR=https://dl-cdn.alpinelinux.org +# ARG ALPINE_MIRROR=https://dl-cdn.alpinelinux.org ARG TZ=Asia/Jakarta # SET REPOSITORY MIRROR -RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/main" > /etc/apk/repositories -RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories +# RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/main" > /etc/apk/repositories +# RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories # Set User as root USER root