remove ncurses upgrade in docker image (#44883)

pull/45151/head^2
matt abrams 3 years ago committed by GitHub
parent d60c2dff40
commit cb99fe7f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packaging/docker/Dockerfile

@ -31,9 +31,6 @@ RUN apk add --no-cache ca-certificates bash tzdata && \
RUN apk add --no-cache openssl --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
# Update out of date ncurses dependency which can stack overflow. This should be removed when alpine has released the 3.14.3 docker image.
RUN apk upgrade ncurses-libs ncurses-terminfo-base --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
# Oracle Support for x86_64 only
RUN if [ `arch` = "x86_64" ]; then \
apk add --no-cache libaio libnsl && \

Loading…
Cancel
Save