Skip to content

Commit 7abc466

Browse files
committed
Updated PHP container to contain demanded dependencies
1 parent e08bb5c commit 7abc466

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/dist/php/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ ARG UID=1000
1010
RUN groupmod -g $GID app && \
1111
usermod -g $GID -u $UID app
1212

13+
RUN apt-get update && \
14+
apt-get upgrade --yes && \
15+
apt-get install --yes rsync
16+
17+
RUN composer self-update
18+
1319
USER app:app
1420

0 commit comments

Comments
 (0)