added xterm package to docker image

This commit is contained in:
Màrius Montón 2019-09-08 15:39:32 +02:00
parent 1bb3200eb6
commit 4d5efee0e9
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RUN apt-get update -q && apt-get install -qy --no-install-recommends \
openssh-client \ openssh-client \
wget \ wget \
g++-8 \ g++-8 \
xterm \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*