mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
add mod layer and readme notes in prep for 1.13
This commit is contained in:
parent
3c940d2494
commit
3777f22669
4 changed files with 14 additions and 0 deletions
|
|
@ -88,6 +88,12 @@ RUN \
|
|||
tar xf \
|
||||
/tmp/kasm.tar.gz -C \
|
||||
/ && \
|
||||
curl -o \
|
||||
/tmp/images.tar.gz -L \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.13.0-images-combined.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/images.tar.gz -C \
|
||||
/ && \
|
||||
sed -i 's/-N -e -H/-N -B -e -H/g' /kasm_release/upgrade.sh && \
|
||||
echo "**** copy assets ****" && \
|
||||
cp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue