Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi authored and oott123 committed Oct 6, 2019
1 parent 8521129 commit 48c579d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN groupadd user && useradd -m -g user user && \
apt-get update && apt-get upgrade -y && \
apt-get install -y \
python git \
ca-certificates wget curl locales \
ca-certificates wget locales \
nginx \
xorg openbox && \
wget -O - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz | tar -xzv && \
Expand All @@ -35,7 +35,7 @@ RUN groupadd user && useradd -m -g user user && \
mkdir -p /app/src && \
git clone --depth=1 https://github.com/novnc/noVNC.git /app/src/novnc && \
git clone --depth=1 https://github.com/novnc/websockify.git /app/src/websockify && \
apt-get purge -y git && \
apt-get purge -y git wget && \
apt-get autoremove -y && \
apt-get clean && \
rm -fr /tmp/* /app/src/novnc/.git /app/src/websockify/.git
Expand Down

0 comments on commit 48c579d

Please sign in to comment.