Amber H. Brown 2019-07-17 04:36:27 +10:00
parent 7fcd6c1df9
commit 14c8b036ea
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ FROM matrixdotorg/optimised-python:${PYTHON_VERSION}-optimized-lto-${MARCH} as b
# install the OS build deps
RUN apt-get update && apt-get install -y build-essential libpq5-dev libffi-dev libexpat1-dev libxml2-dev libxslt-dev
RUN apt-get update && apt-get install -y build-essential libpq-dev libffi-dev libexpat1-dev libxml2-dev libxslt-dev
# build things which have slow build steps, before we copy synapse, so that
# the layer can be cached.