Skip to content

Commit

Permalink
Merge pull request #9 from someengineering/lloesche/pgc
Browse files Browse the repository at this point in the history
Client only install for Postgres package
  • Loading branch information
lloesche authored Jul 17, 2024
2 parents 0084381 + 569502e commit 224aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN groupadd -g "${PGID:-0}" -o fix \
python3-pip \
redis-tools \
mysql-client \
postgresql \
postgresql-client \
&& dpkg -i /usr/local/tmp/arangodb3-client_*.deb \
&& ln -s /usr/bin/busybox /usr/local/bin/vi \
&& ln -s /usr/bin/busybox /usr/local/bin/wget \
Expand Down

0 comments on commit 224aec0

Please sign in to comment.