|
@@ -9,6 +9,7 @@ LABEL org.opencontainers.image.title="LTWG" \
|
|
COPY ltwg /app/ltwg
|
|
COPY ltwg /app/ltwg
|
|
|
|
|
|
# Install Linux packages
|
|
# Install Linux packages
|
|
|
|
+RUN sed -i 's/dl-cdn.alpinelinux.org/mirror.clarkson.edu/g' /etc/apk/repositories
|
|
RUN apk update
|
|
RUN apk update
|
|
RUN apk add --no-cache dumb-init iptables tzdata
|
|
RUN apk add --no-cache dumb-init iptables tzdata
|
|
RUN rm -rf /var/cache/apk/*
|
|
RUN rm -rf /var/cache/apk/*
|