File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ echo "Installing apt depdencies"
66
77BUILD_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
1111LIBS=" locales libaio1 libcurl3 libgss3 libicu52 libmysqlclient18 libpq5 libmemcached11 libmemcachedutil2 libldap-2.4-2 libxml2 libxslt1.1 unixodbc libmcrypt-dev"
1212
1313apt-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
1515echo ' Generating locales..'
1616echo ' en_US.UTF-8 UTF-8' > /etc/locale.gen
1717echo ' en_AU.UTF-8 UTF-8' >> /etc/locale.gen
You can’t perform that action at this time.
0 commit comments