We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bc616 commit 9e76261Copy full SHA for 9e76261
custom-images/terminal/Dockerfile-kasm-terminal
@@ -10,7 +10,10 @@ WORKDIR $HOME
10
11
######### Customize Container Here ###########
12
13
-RUN apt-get update && apt-get install -y tmux screen nano dnsutils zip p7zip-full rclone s3cmd wget curl net-tools docker
+RUN apt-get update && apt-get install -y tmux screen nano dnsutils zip p7zip-full rclone s3cmd wget curl net-tools
14
+
15
+RUN curl -fsSL https://get.docker.com -o /tmp/get-docker.sh
16
+RUN sh /tmp/get-docker.sh
17
18
RUN echo "set -g mouse on" > $HOME/.tmux.conf && chown 1000:1000 $HOME/.tmux.conf
19
0 commit comments