Remove upgrade

This commit is contained in:
Jonathan Ervine 2022-11-04 21:05:08 +08:00
parent f65f515e0d
commit 2405aaa735

View File

@ -12,7 +12,6 @@ ENV LANG='en_US.UTF-8' \
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk -U update && \
apk -U upgrade --ignore alpine-baselayout && \
apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \
apk del make gcc g++ && \
cert-sync /etc/ssl/certs/ca-certificates.crt && \