Skip to content
Snippets Groups Projects
Commit cf2e57da authored by Elian Loraux's avatar Elian Loraux
Browse files

Passage à ubuntu core

parent 3786f01c
Branches
No related tags found
No related merge requests found
FROM kasmweb/core-debian-bookworm:1.15.0 FROM kasmweb/core-ubuntu-jammy:1.15.0
USER root USER root
...@@ -7,7 +7,7 @@ RUN apt-get upgrade -y ...@@ -7,7 +7,7 @@ RUN apt-get upgrade -y
ENV INST_DIR=/install \ ENV INST_DIR=/install \
INST_SCRIPTS="/install-spyder.sh" INST_SCRIPTS="/install-spyder-ubuntu.sh"
# Copy install scripts # Copy install scripts
......
...@@ -2,7 +2,7 @@ version: "3" ...@@ -2,7 +2,7 @@ version: "3"
services: services:
kasm: kasm:
image: kasm-sage image: kasm-ubuntu
build: ./ build: ./
container_name: KasmVNC-ubuntu container_name: KasmVNC-ubuntu
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment