Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
s/PG_BASE/PGBASE/
  • Loading branch information
ehuelsmann authored Jul 13, 2024
1 parent 2633321 commit 7bd2aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="LedgerSMB [email protected]"

ARG PGBASE
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y update && \
apt-get -y install postgresql-$PG_BASE-pgtap && \
apt-get -y install postgresql-$PGBASE-pgtap && \
apt-get -y autoremove && \
apt-get -y autoclean && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 7bd2aa0

Please sign in to comment.