From 9f139ec0e36524d9c3e908fdf8ec7a86b9a0c7e4 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 4 Dec 2018 20:43:06 +0100 Subject: [PATCH] Install newer version of "patch" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7443cf..d265230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN mkdir -p /root/.ssh && \ echo "StrictHostKeyChecking no" >> /root/.ssh/config && \ \ apk update && \ - apk add --no-cache curl openssl openssh ca-certificates wget make \ + apk add --no-cache curl openssl openssh ca-certificates wget make patch \ bash fish python nodejs npm git unzip \ php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \ php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype \ -- GitLab