From 8ec999cbe96d0a1c1a922ae037df49bd714b3130 Mon Sep 17 00:00:00 2001 From: Aditya Prima Date: Sat, 23 Mar 2024 17:03:10 +0700 Subject: [PATCH] Removed Indonesia Mirror --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6e47b9..f997f1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,16 +5,16 @@ LABEL maintainer=" aprimediet@gmail.com" ARG ALPINE_VERSION=3.18 ARG S6_VERSION=3.1.5.0 -ARG ALPINE_MIRROR=http://foobar.turbo.net.id/alpine +# ARG ALPINE_MIRROR=http://foobar.turbo.net.id/alpine ARG TZ=Asia/Jakarta # SET REPOSITORY MIRROR TO INDONESIA -RUN touch /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 +# RUN touch /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 # INSTALL BASE DEPENDENCIES -RUN apk add --update \ +RUN apk add --update --no-cache \ bash libcap tzdata curl # SET LOCAL TIMEZONE