Removed Indonesia Mirror
Build and Push Alpine Image / Build and push image (push) Successful in 19s
Details
Build and Push Alpine Image / Build and push image (push) Successful in 19s
Details
This commit is contained in:
parent
b67c7c9181
commit
8ec999cbe9
10
Dockerfile
10
Dockerfile
|
|
@ -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
|
||||||
|
|
|
||||||
Reference in New Issue