Missing slash

This commit is contained in:
thespad 2025-10-24 21:12:24 +01:00
parent fb3f4d0757
commit 0086c812f1
No known key found for this signature in database

View file

@ -83,7 +83,7 @@ RUN \
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
curl -o \
/tmp/images.tar.gz -L \
"https://kasm-ci.s3.amazonaws.com${KASM_VERSION}-images-combined.tar.gz" && \
"https://kasm-ci.s3.amazonaws.com/${KASM_VERSION}-images-combined.tar.gz" && \
tar xf \
/tmp/images.tar.gz -C \
/ && \