Skip to content

Commit e580778

Browse files
committed
Update ftl-build container to Alpine 3.22 released yesterday
Signed-off-by: DL6ER <[email protected]>
1 parent e5e97f2 commit e580778

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

ftl-build/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CONTAINER="alpine:3.21"
1+
ARG CONTAINER="alpine:3.22"
22
FROM ${CONTAINER} AS builder
33

44
ARG TARGETPLATFORM
@@ -13,6 +13,7 @@ RUN apk add --no-cache \
1313
bind-tools \
1414
curl \
1515
gmp-dev \
16+
gmp-static \
1617
libcap \
1718
linux-headers \
1819
openssh-client \
@@ -43,8 +44,8 @@ RUN apk add --no-cache \
4344
ncurses \
4445
py3-dnspython
4546

46-
ENV STATIC true
47-
ENV TEST true
47+
ENV STATIC=true
48+
ENV TEST=true
4849

4950
# As of Alpine 3.21 (Dec 2024), we need to patch the termcap library to include
5051
# the standard headers as well as unistd.h for the write function

0 commit comments

Comments
 (0)