mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 08:56:16 +01:00
Added Packages
This commit is contained in:
parent
d8c3ceac00
commit
ab0c5a09e6
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ RUN echo \
|
|||
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
|
||||
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin menulibre python3-pip keychain
|
||||
RUN apt-get -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin menulibre python3-pip keychain python3.8-venv strace
|
||||
|
||||
RUN npm -g install sass yuglify
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue