🐛 Fix incorrect gh client install on devenv

This commit is contained in:
Andrey Antukh 2026-04-30 11:23:44 +02:00
parent e81dad21ea
commit 1de8a074ef

View File

@ -287,7 +287,7 @@ RUN set -ex; \
curl -LfsSo /tmp/gh.tar.gz ${BINARY_URL}; \
mkdir /opt/gh; \
cd /opt/gh; \
tar -xf /tmp/gh.tar.gz; \
tar -xv --strip-components=1 -f /tmp/gh.tar.gz; \
rm -rf /tmp/gh.tar.gz;
# Install minio client