Skip to content

Commit dc12610

Browse files
krishanbhasin-pxjourdain
authored andcommitted
build: install gosu from tianon/gosu image instead of ap
1 parent 18368d3 commit dc12610

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile.common

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ RUN apt-get update && \
1313
apache2 \
1414
apache2-dev \
1515
libapr1-dev \
16-
apache2-utils \
17-
gosu && \
16+
apache2-utils && \
1817
rm -rf /var/lib/apt/lists/*
1918

19+
COPY --from=tianon/gosu /gosu /usr/local/bin/
20+
2021
# Set up needed permissions and users
2122
# - User groups:
2223
# - trame-user: non-priviledge user for running and accessing data

0 commit comments

Comments
 (0)