added xterm package to docker image
This commit is contained in:
parent
1bb3200eb6
commit
4d5efee0e9
|
@ -11,6 +11,7 @@ RUN apt-get update -q && apt-get install -qy --no-install-recommends \
|
|||
openssh-client \
|
||||
wget \
|
||||
g++-8 \
|
||||
xterm \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue