Skip to content

Commit 90f5766

Browse files
authored
Merge pull request #1279 from projectsyn/feat/patch-in-container
Install `patch` binary in container image
2 parents e0116e8 + dee463e commit 90f5766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5959
gpg \
6060
libnss-wrapper \
6161
openssh-client \
62+
patch \
6263
&& rm -rf /var/lib/apt/lists/* \
6364
&& echo " ControlMaster auto\n ControlPath /tmp/%r@%h:%p" >> /etc/ssh/ssh_config
6465

0 commit comments

Comments
 (0)