Update docker/top/Dockerfile
This commit is contained in:
parent
4b9fd442cd
commit
1e07c966b2
|
@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
chromium-browser \
|
chromium-browser \
|
||||||
fuse \
|
fuse \
|
||||||
libfuse2 \
|
libfuse2 \
|
||||||
|
thunderbird \
|
||||||
&& rm -rf /var/lib/apt/lists/* && \
|
&& rm -rf /var/lib/apt/lists/* && \
|
||||||
mkdir -p /root/.ssh/ && \
|
mkdir -p /root/.ssh/ && \
|
||||||
chmod 600 /root/.ssh
|
chmod 600 /root/.ssh
|
||||||
|
|
Loading…
Reference in New Issue