We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0147f commit 350ad66Copy full SHA for 350ad66
self-hosted/Dockerfile
@@ -11,6 +11,13 @@ LABEL org.opencontainers.image.authors="[email protected]"
11
# add our user and group first to make sure their IDs get assigned consistently
12
RUN groupadd -r sentry && useradd -r -m -g sentry sentry
13
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
+
21
ARG GOSU_VERSION=1.17
22
ARG GOSU_SHA256=bbc4136d03ab138b1ad66fa4fc051bafc6cc7ffae632b069a53657279a450de3
23
ARG TINI_VERSION=0.19.0
0 commit comments