remove unneeded package updates (#58005)

This commit is contained in:
Dan Cech
2022-11-02 09:30:20 -04:00
committed by GitHub
parent d0dfb28ee4
commit 6a4a10fa92
2 changed files with 2 additions and 6 deletions
-2
View File
@@ -57,8 +57,6 @@ ENV PATH="/usr/share/grafana/bin:$PATH" \
WORKDIR $GF_PATHS_HOME
RUN apk add --no-cache ca-certificates bash tzdata musl-utils
RUN apk add --no-cache openssl ncurses-libs ncurses-terminfo-base --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
RUN apk upgrade ncurses-libs ncurses-terminfo-base --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
RUN apk info -vv | sort
COPY conf ./conf