From e66e2235054e76ad731e2a1ae2c61bace4c8ff0e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Jun 2018 20:29:37 +0200 Subject: [PATCH] :fire: Removes patch, since it is no longer needed --- tasmoadmin/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 5da1f8f..e9dc4bd 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -6,7 +6,6 @@ FROM ${BUILD_FROM} RUN \ apk add --no-cache \ nginx=1.12.2-r3 \ - patch=2.7.5-r2 \ php7-curl=7.1.17-r0 \ php7-fpm=7.1.17-r0 \ php7-json=7.1.17-r0 \