Skip to content

Commit

Permalink
the obvious thing would be to use install_prereqs.sh directly, but le…
Browse files Browse the repository at this point in the history
…t's try this instead
  • Loading branch information
david-crespo committed Jun 15, 2022
1 parent 491c829 commit 0a3143e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RUN apt-get update && apt-get install -y \
libpq5 \
libssl1.1 \
libsqlite3-0 \
xmlsec1 \
libxmlsec1-dev \
libxmlsec1-openssl \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 0a3143e

Please sign in to comment.