Skip to content

Commit 9e76261

Browse files
committed
update docker installation
1 parent 19bc616 commit 9e76261

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

custom-images/terminal/Dockerfile-kasm-terminal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ WORKDIR $HOME
1010

1111
######### Customize Container Here ###########
1212

13-
RUN apt-get update && apt-get install -y tmux screen nano dnsutils zip p7zip-full rclone s3cmd wget curl net-tools docker
13+
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
1417

1518
RUN echo "set -g mouse on" > $HOME/.tmux.conf && chown 1000:1000 $HOME/.tmux.conf
1619

0 commit comments

Comments
 (0)