This commit is contained in:
me 2022-07-22 13:44:23 +02:00
parent a699f3244c
commit d9c68d3384
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ARG UNRAR_VERSION=6.1.4
MAINTAINER Bengt <bengt@fredhs.net>
RUN echo 'http://dl-5.alpinelinux.org/alpine/latest-stable/main/' > /etc/apk/repositories && \
echo 'http://dl-5.alpinelinux.org/alpine/latest-stable/main/' >> /etc/apk/repositories && \
echo 'http://dl-5.alpinelinux.org/alpine/latest-stable/community/' >> /etc/apk/repositories && \
apk update && \
apk add --no-cache bash && \
echo "**** install build packages ****" && \