Skip to content

Commit

Permalink
Add gcompat for missing libresolv.so.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Jan 9, 2025
1 parent b62acb4 commit c01551d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.20

# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
Expand Down Expand Up @@ -28,6 +28,7 @@ RUN apk add --no-cache \
wv \
poppler-utils \
tidyhtml \
gcompat \
&& rm -rf /tmp/*

# Get Mattermost
Expand Down

0 comments on commit c01551d

Please sign in to comment.