From 80fea09e666d2c7e6a434a998332f74120c3b064 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 3 Sep 2018 11:48:48 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f355d5..2fcd75a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY patches/ /tmp/patches/ RUN \ echo "**** install build packages ****" && \ - apk add --no-cache --virtual=build-dependencies \ + apk add --no-cache \ autoconf \ automake \ bsd-compat-headers \