use alpine 3.17
This commit is contained in:
parent
b589e7f94f
commit
92667207e4
1 changed files with 15 additions and 15 deletions
30
Dockerfile
30
Dockerfile
|
@ -1,20 +1,20 @@
|
|||
FROM docker.io/alpine:3.16 as builder
|
||||
FROM docker.io/alpine:3.17 as builder
|
||||
|
||||
RUN apk --no-cache add \
|
||||
rpcgen \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
lua-dev \
|
||||
libsodium-dev \
|
||||
linux-pam-dev \
|
||||
zlib-dev \
|
||||
bzip2-dev \
|
||||
xz-dev \
|
||||
lz4-dev \
|
||||
icu-dev \
|
||||
inotify-tools-dev
|
||||
rpcgen \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
lua-dev \
|
||||
libsodium-dev \
|
||||
linux-pam-dev \
|
||||
zlib-dev \
|
||||
bzip2-dev \
|
||||
xz-dev \
|
||||
lz4-dev \
|
||||
icu-dev \
|
||||
inotify-tools-dev
|
||||
|
||||
ENV SHA256_SUM_DOVECOT=db5abcd87d7309659ea6b45b2cb6ee9c5f97486b2b719a5dd05a759e1f6a5c51
|
||||
ENV DOVECOT_FILENAME=dovecot-2.3.19.1.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue