Skip to content

Commit

Permalink
Fix docker compose up. (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein authored Oct 23, 2024
1 parent 479952a commit 1b1c78c
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 @@ -28,7 +28,7 @@ ARG REPO=ThePalaceProject/virtual-library-card
# Install system
RUN apt-get update -y && \
apt-get install --no-install-recommends -y \
curl mime-support && \
curl mime-support libexpat1 && \
curl -sSL https://install.python-poetry.org | POETRY_HOME="/opt/poetry" python3 - --yes --version "$POETRY_VERSION" && \
ln -s /opt/poetry/bin/poetry /bin/poetry && \
apt-get autoremove -y && \
Expand Down

0 comments on commit 1b1c78c

Please sign in to comment.