From 4c2fa7426791e5bd2825bd5a760a8790adb87a02 Mon Sep 17 00:00:00 2001 From: Aditya Prima Date: Thu, 30 Nov 2023 14:19:56 +0700 Subject: [PATCH] Removed unnecessary apk source list --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca7ec2d..c2bf5c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,6 @@ LABEL maintainer=" aprimediet@gmail.com" # Add s6-overlay 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 RUN apk add --update --no-cache bash libcap curl