Skip to content

Commit 29be249

Browse files
committed
Enable rsync support
1 parent 14bceb1 commit 29be249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/docker/Dockerfile.monorepo

+2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ RUN --mount=type=cache,target=/var/lib/apt/lists/,sharing=private \
3636
docker-ce-cli \
3737
docker-buildx-plugin \
3838
docker-compose-plugin \
39+
jq \
3940
"php${PHP_VERSION}" \
4041
"php${PHP_VERSION}-cli" \
4142
"php${PHP_VERSION}-curl" \
4243
"php${PHP_VERSION}-dom" \
4344
"php${PHP_VERSION}-mbstring" \
4445
"php${PHP_VERSION}-xml" \
4546
"php${PHP_VERSION}-zip" \
47+
rsync \
4648
&& apt-get remove --purge --auto-remove -y gpg software-properties-common \
4749
&& find /var/ -name '*-old' -delete && rm -rf /var/log/dpkg.log /var/log/alternatives.log /var/log/apt/ ~/.launchpadlib
4850

0 commit comments

Comments
 (0)