From ef46a9a195f666c96602b0ff82c6e09ee1ad2bbf Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sat, 9 Dec 2017 00:50:11 +0000 Subject: [PATCH] configure workaround no longer required --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eeff564..58c83df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,6 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="chbmb" -# work around for hanging configure -ARG CONFIG_SHELL=/bin/sh - RUN \ echo "**** install build packages ****" && \ apk add --no-cache --virtual=build-dependencies \