(cherry picked from commit 641a18b92e)
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
This commit is contained in:
co-authored by
Kevin Minehart
parent
69c0b0a55c
commit
f230b64700
@@ -29,6 +29,9 @@ WORKDIR $GF_PATHS_HOME
|
||||
RUN apk add --no-cache ca-certificates bash tzdata && \
|
||||
apk add --no-cache openssl musl-utils
|
||||
|
||||
# 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 && \
|
||||
|
||||
Reference in New Issue
Block a user