mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 17:06:15 +01:00
Adding packages
This commit is contained in:
parent
29b41c2a32
commit
fdf7c12dba
1 changed files with 3 additions and 0 deletions
|
|
@ -163,6 +163,9 @@ RUN echo \
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin menulibre python3-pip keychain python3.8-venv strace
|
RUN apt-get -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin menulibre python3-pip keychain python3.8-venv strace
|
||||||
|
|
||||||
|
RUN wget -O beyond_compare.deb https://www.scootersoftware.com/$(curl -sd "platform=linux" https://www.scootersoftware.com/download.php | grep amd64.deb | awk -F\" '{print $2}' | sed 's/\///g')
|
||||||
|
RUN apt install -y ./beyond_compare.deb
|
||||||
|
|
||||||
RUN npm -g install sass yuglify
|
RUN npm -g install sass yuglify
|
||||||
|
|
||||||
# Copy files
|
# Copy files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue