Skip to content

Commit c01551d

Browse files
committed
Add gcompat for missing libresolv.so.2
1 parent b62acb4 commit c01551d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.14
1+
FROM alpine:3.20
22

33
# Some ENV variables
44
ENV PATH="/mattermost/bin:${PATH}"
@@ -28,6 +28,7 @@ RUN apk add --no-cache \
2828
wv \
2929
poppler-utils \
3030
tidyhtml \
31+
gcompat \
3132
&& rm -rf /tmp/*
3233

3334
# Get Mattermost

0 commit comments

Comments
 (0)