Skip to content

Commit

Permalink
typo *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Aug 14, 2024
1 parent 03ed982 commit 23068fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN \
# install psycopg2, needs buildessential libpq-dev
psycopg2RuntimeDeps="libpq" &&\
psycopg2BuildDeps="build-essential libpq-dev" &&\
apt-get install -y --no-install-recommends psycopg2RuntimeDeps $psycopg2BuildDeps &&\
apt-get install -y --no-install-recommends $psycopg2RuntimeDeps $psycopg2BuildDeps &&\
uv pip install -p /venv/bin/python psycopg2 &&\
apt-get remove -y $psycopg2BuildDeps &&\
apt-get autoremove -y &&\
Expand Down

0 comments on commit 23068fb

Please sign in to comment.