From fa2baa3d63ddd71b844990afe3fb485dc831d040 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 26 Oct 2022 14:03:09 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df3d4f2..349dc79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG DEFAULT_DATA_DIR="/usr/local/share/template-files/data" \ DEFAULT_CONF_DIR="/usr/local/share/template-files/config" \ DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults" -ARG PACK_LIST="bash autoconf musl-dev automake gettext git libtool \ +ARG PACK_LIST="bash alpine-sdk autoconf musl-dev automake gettext git libtool \ openssl openssl-dev linux-headers rrdtool ffmpeg-dev geoip-dev php8-cgi" ENV LANG=en_US.utf8 \