Skip to content

Commit

Permalink
updated bimg script in Dockerfile.buildbase2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard B committed Jan 26, 2024
1 parent e3a89af commit 6c96ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/docker/Dockerfile.buildbase2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | su

RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-client-${POSTGRES_CLIENT_VERSION} \
# until this pull request (https://github.com/h2non/bimg/pull/266) is merged and https://github.com/h2non/bimg/issues/269 is resolved, use the fork
# until this pull request (https://github.com/h2non/bimg/pull/466) is merged, use this fork
&& curl -s https://raw.githubusercontent.com/bbernhard/bimg/master/preinstall.sh | bash - \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 6c96ec1

Please sign in to comment.