mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
use published core image for gimp3
This commit is contained in:
parent
4d1a9b859a
commit
4a66e97ea4
1 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
ARG BASE_TAG="develop"
|
||||
ARG BASE_IMAGE="core-ubuntu-jammy"
|
||||
# FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
||||
FROM kasmweb/core-debian-trixie-private:bugfix_KASM-7386-add_core_debian_trixie_develop
|
||||
ARG BASE_IMAGE="core-debian-trixie"
|
||||
FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
||||
|
||||
USER root
|
||||
|
||||
|
|
@ -12,7 +11,7 @@ WORKDIR $HOME
|
|||
|
||||
######### Customize Container Here ###########
|
||||
|
||||
|
||||
# Install Gimp
|
||||
COPY ./src/ubuntu/install/gimp $INST_SCRIPTS/gimp/
|
||||
RUN bash $INST_SCRIPTS/gimp/install_gimp.sh && rm -rf $INST_SCRIPTS/gimp/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue