vncserver test image: add strace

This commit is contained in:
Dmitry Maksyoma 2021-09-16 18:32:32 +12:00
parent 5de1b80ca7
commit 04e93956b5

View File

@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y cinnamon
RUN apt-get update && apt-get install -y ubuntu-gnome-desktop
RUN apt-get update && apt-get install -y python3-pip
RUN apt-get update && apt-get install -y strace
RUN useradd -m docker
ENV USER docker