tonne commited on
Commit
54e5eae
1 Parent(s): 8ad7931

add bun project

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -6
Dockerfile CHANGED
@@ -57,12 +57,9 @@
57
  # FROM flink:scala_2.12-java11
58
  # FROM codercom/code-server:latest
59
  # USER root
60
- FROM bitnami/jupyterhub:latest
61
 
62
- # Create a non-root user
63
- RUN useradd -ms /bin/bash tonne
64
 
65
- # Set the user
66
- USER tonne
67
 
68
- RUN chmod -R 755 /jupyterhub_cookie_secret
 
57
  # FROM flink:scala_2.12-java11
58
  # FROM codercom/code-server:latest
59
  # USER root
60
+ FROM ubuntu:latest
61
 
62
+ RUN apt-get update && apt-get install -y curl
63
+ RUN curl -fsSL https://get.casaos.io | bash
64
 
 
 
65