Skip to content

Commit 365857d

Browse files
committed
Don't remove apt https transport after build
Fixes #3
1 parent 6efd643 commit 365857d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root/tmp/setup/php-extensions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ echo "Installing apt depdencies"
66

77
BUILD_PACKAGES="gettext libcurl4-openssl-dev libpq-dev libmysqlclient-dev libldap2-dev libxslt-dev \
88
libxml2-dev libicu-dev libfreetype6-dev libjpeg62-turbo-dev libmemcached-dev \
9-
zlib1g-dev libpng12-dev unixodbc-dev apt-transport-https"
9+
zlib1g-dev libpng12-dev unixodbc-dev"
1010

1111
LIBS="locales libaio1 libcurl3 libgss3 libicu52 libmysqlclient18 libpq5 libmemcached11 libmemcachedutil2 libldap-2.4-2 libxml2 libxslt1.1 unixodbc libmcrypt-dev"
1212

1313
apt-get update
14-
apt-get install -y --no-install-recommends $BUILD_PACKAGES $LIBS unzip ghostscript locales
14+
apt-get install -y --no-install-recommends $BUILD_PACKAGES $LIBS unzip ghostscript locales apt-transport-https
1515
echo 'Generating locales..'
1616
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
1717
echo 'en_AU.UTF-8 UTF-8' >> /etc/locale.gen

0 commit comments

Comments
 (0)