Skip to content

Commit 350ad66

Browse files
ref: explicitly install libexpat1 (#80742)
upstream removed this package which breaks uwsgi <!-- Describe your PR here. -->
1 parent df0147f commit 350ad66

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

self-hosted/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ LABEL org.opencontainers.image.authors="[email protected]"
1111
# add our user and group first to make sure their IDs get assigned consistently
1212
RUN groupadd -r sentry && useradd -r -m -g sentry sentry
1313

14+
RUN : \
15+
&& apt-get update \
16+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
17+
libexpat1 \
18+
&& apt-get clean \
19+
&& rm -rf /var/lib/apt/lists/*
20+
1421
ARG GOSU_VERSION=1.17
1522
ARG GOSU_SHA256=bbc4136d03ab138b1ad66fa4fc051bafc6cc7ffae632b069a53657279a450de3
1623
ARG TINI_VERSION=0.19.0

0 commit comments

Comments
 (0)