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.
gosu
tianon/gosu
1 parent 18368d3 commit dc12610Copy full SHA for dc12610
docker/Dockerfile.common
@@ -13,10 +13,11 @@ RUN apt-get update && \
13
apache2 \
14
apache2-dev \
15
libapr1-dev \
16
- apache2-utils \
17
- gosu && \
+ apache2-utils && \
18
rm -rf /var/lib/apt/lists/*
19
+COPY --from=tianon/gosu /gosu /usr/local/bin/
20
+
21
# Set up needed permissions and users
22
# - User groups:
23
# - trame-user: non-priviledge user for running and accessing data
0 commit comments