Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RattyDAVE authored Apr 19, 2020
1 parent 3483cfd commit 3190f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 20.04/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /root

RUN apt-get update -y && \
#apt-get install -yqq caja-dropbox && \
apt-get install --no-install-recommends -yqq \
apt-get install --no-install-recommends -y \
git \
telnet \
vym \
Expand All @@ -14,7 +14,7 @@ RUN apt-get update -y && \
geany \
putty \
remmina* \
openjdk-lts \
openjdk-11-jdk \
libreoffice \
pasmo \
git build-essential qt5-default \
Expand Down

0 comments on commit 3190f4d

Please sign in to comment.