Removed unnecessary apk source list

This commit is contained in:
Aditya Prima 2023-11-30 14:19:56 +07:00
parent 183bc740fb
commit 4c2fa74267
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@ LABEL maintainer="<Aditya Prima> aprimediet@gmail.com"
# Add s6-overlay # Add s6-overlay
ENV S6_OVERLAY_VERSION=v3.1.5.0 ENV S6_OVERLAY_VERSION=v3.1.5.0
# Add dependency mirror
RUN touch /etc/apk/repositories
RUN echo http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_VERSION}/main >> /etc/apk/repositories
RUN echo http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_VERSION}/community >> /etc/apk/repositories
# Install base dependencies # Install base dependencies
RUN apk add --update --no-cache bash libcap curl RUN apk add --update --no-cache bash libcap curl