where did that "h" come from?

This commit is contained in:
Mendel Greenberg 2019-04-07 22:59:20 -04:00
parent 92344ea4fc
commit 4b7004050e
No known key found for this signature in database
GPG key ID: B26A7D2DF7DC6EF7

View file

@ -11,7 +11,7 @@ ENV LC_ALL=en_US.UTF-8
# Install all neccesary packages
RUN apt-get update && apt-get install -y --no-install-suggests --no-install-recommends build-essential cron curl git locales \
libffi-dev liblcms2h-dev libldap2-dev libmariadbclient-dev libsasl2-dev libssl-dev libtiff5-dev libwebp-dev mariadb-client \
libffi-dev liblcms2-dev libldap2-dev libmariadbclient-dev libsasl2-dev libssl-dev libtiff5-dev libwebp-dev mariadb-client \
iputils-ping python-dev python-pip python-setuptools python-tk redis-tools rlwrap software-properties-common sudo tk8.6-dev \
vim xfonts-75dpi xfonts-base wget wkhtmltopdf \
&& apt-get clean && rm -rf /var/lib/apt/lists/* \