Skip to content

Commit

Permalink
Fix docker compose up.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Oct 23, 2024
1 parent 8e16d0d commit 39813d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ARG REPO=ThePalaceProject/virtual-library-card

# Install system
RUN apt-get update -y && \
apt-get install -y libexpat1 && \
apt-get install --no-install-recommends -y \
curl mime-support && \
curl -sSL https://install.python-poetry.org | POETRY_HOME="/opt/poetry" python3 - --yes --version "$POETRY_VERSION" && \
Expand Down

0 comments on commit 39813d2

Please sign in to comment.