Skip to content

Commit

Permalink
Add xfsprogs to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
minkimipt committed Aug 19, 2024
1 parent 94bc114 commit 58aff7c
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 @@ -81,7 +81,7 @@ RUN set -eux; \
apt-get install -y \
less jq strace procps awscli vim-tiny gdb gdbserver dumb-init daemontools \
postgresql-common pgbouncer pgbackrest lz4 libpq-dev libpq5 pgtop libnss-wrapper gosu \
pg-activity lsof htop; \
pg-activity lsof htop xfsprogs; \
curl -Lso /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_"$(dpkg --print-architecture)"; \
chmod 755 /usr/local/bin/yq

Expand Down

0 comments on commit 58aff7c

Please sign in to comment.