Dockerfile updates

This commit is contained in:
Julian Ospald 2024-01-03 00:22:45 +08:00
parent cac3cec135
commit ca33bef30c
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
2 changed files with 7 additions and 1 deletions

View File

@ -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++ \

View File

@ -3,6 +3,9 @@ FROM alpine:3.12
ENV LANG C.UTF-8
RUN apk add --no-cache \
autoconf \
automake \
libtool \
curl \
gcc \
g++ \