Removed Indonesia Mirror
Build and Push Alpine Image / Build and push image (push) Successful in 19s Details

This commit is contained in:
Aditya Prima 2024-03-23 17:03:10 +07:00
parent b67c7c9181
commit 8ec999cbe9
1 changed files with 5 additions and 5 deletions

View File

@ -5,16 +5,16 @@ LABEL maintainer="<Aditya Prima> aprimediet@gmail.com"
ARG ALPINE_VERSION=3.18 ARG ALPINE_VERSION=3.18
ARG S6_VERSION=3.1.5.0 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 ARG TZ=Asia/Jakarta
# SET REPOSITORY MIRROR TO INDONESIA # SET REPOSITORY MIRROR TO INDONESIA
RUN touch /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}/main" > /etc/apk/repositories
RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories # RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories
# INSTALL BASE DEPENDENCIES # INSTALL BASE DEPENDENCIES
RUN apk add --update \ RUN apk add --update --no-cache \
bash libcap tzdata curl bash libcap tzdata curl
# SET LOCAL TIMEZONE # SET LOCAL TIMEZONE