Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 2f0339f

Browse files
committed
Pin ncurses to prevent breaking bash
ncurses-6.5_p20251025-r0 seems to depend on glibc 2.42 which won't upgrade just yet due to some other unknown reason.
1 parent cff38f5 commit 2f0339f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV GOPATH=/home/go
77
ENV PATH="$GOPATH/bin:$PATH"
88

99
RUN \
10-
apk --no-cache upgrade && \
10+
apk --no-cache upgrade --ignore ncurses && \
1111
# need the following for building golang projects
1212
# which might need cgo, netgo, etc.
1313
apk --no-cache add \

0 commit comments

Comments
 (0)