mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-22 18:15:31 +00:00
Missing slash
This commit is contained in:
parent
fb3f4d0757
commit
0086c812f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
/ && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue