Skip to content

Commit

Permalink
Substutite python-dev for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
llunaCreixent committed Nov 9, 2023
1 parent e529fb7 commit a6864d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN for i in {1..8}; do mkdir -p "/usr/share/man/man$i"; done

# Install postgres-client
RUN apt-get update \
&& apt-get install -y git postgresql-client libpq-dev libxml2-dev libxslt-dev python-dev zlib1g-dev
&& apt-get install -y git postgresql-client libpq-dev libxml2-dev libxslt-dev python3 zlib1g-dev

WORKDIR safe-relay-service

Expand Down

0 comments on commit a6864d4

Please sign in to comment.