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 \