Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 14c8b03

Browse files
committed
fix
1 parent 7fcd6c1 commit 14c8b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile-optimised

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM matrixdotorg/optimised-python:${PYTHON_VERSION}-optimized-lto-${MARCH} as b
2121

2222
# install the OS build deps
2323

24-
RUN apt-get update && apt-get install -y build-essential libpq5-dev libffi-dev libexpat1-dev libxml2-dev libxslt-dev
24+
RUN apt-get update && apt-get install -y build-essential libpq-dev libffi-dev libexpat1-dev libxml2-dev libxslt-dev
2525

2626
# build things which have slow build steps, before we copy synapse, so that
2727
# the layer can be cached.

0 commit comments

Comments
 (0)