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

Commit

Permalink
added libjpeg62-turbo since the arm image complained about libjpeg.so.62
Browse files Browse the repository at this point in the history
missing
  • Loading branch information
maquis196 committed Aug 26, 2020
1 parent 43f5ce4 commit 08dda9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ FROM docker.io/python:${PYTHON_VERSION}-slim

RUN apt-get update && apt-get install -y \
curl \
gosu \
libjpeg62-turbo \
libpq5 \
xmlsec1 \
gosu \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /install /usr/local
Expand Down

0 comments on commit 08dda9b

Please sign in to comment.