mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
make modifications to the image for 1.14.0 release
This commit is contained in:
parent
ef8582b3c8
commit
883a0ed95e
4 changed files with 7 additions and 3 deletions
|
|
@ -91,11 +91,12 @@ RUN \
|
|||
/ && \
|
||||
curl -o \
|
||||
/tmp/images.tar.gz -L \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.13.0-images-combined.tar.gz" && \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.14.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 "exit 0" > /kasm_release/install_dependencies.sh && \
|
||||
echo "**** copy assets ****" && \
|
||||
cp \
|
||||
/kasm_release/www/img/thumbnails/*.png /kasm_release/www/img/thumbnails/*.svg \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue