Dockerfile updates
This commit is contained in:
parent
cac3cec135
commit
ca33bef30c
@ -1,8 +1,11 @@
|
||||
FROM --platform=linux/i386 i386/alpine:3.16
|
||||
FROM --platform=linux/i386 i386/alpine:3.19
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
RUN apk add --no-cache \
|
||||
autoconf \
|
||||
automake \
|
||||
libtool \
|
||||
curl \
|
||||
gcc \
|
||||
g++ \
|
||||
|
@ -3,6 +3,9 @@ FROM alpine:3.12
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
RUN apk add --no-cache \
|
||||
autoconf \
|
||||
automake \
|
||||
libtool \
|
||||
curl \
|
||||
gcc \
|
||||
g++ \
|
||||
|
Loading…
Reference in New Issue
Block a user