mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Adding packages
This commit is contained in:
parent
e99d339de7
commit
5d726895a2
2 changed files with 3 additions and 6 deletions
|
|
@ -182,6 +182,9 @@ RUN apt -y remove thunar
|
||||||
# Copy files
|
# Copy files
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
|
# Extras
|
||||||
|
RUN apt -y install ansible terraform golang whiptail osmctools osmosis
|
||||||
|
|
||||||
#RUN rm -rf /workspace/*
|
#RUN rm -rf /workspace/*
|
||||||
|
|
||||||
RUN useradd -d /home/ubuntu -u 99 -G sudo -ms /bin/bash ubuntu
|
RUN useradd -d /home/ubuntu -u 99 -G sudo -ms /bin/bash ubuntu
|
||||||
|
|
|
||||||
|
|
@ -33,9 +33,3 @@ libreoffice
|
||||||
pinta
|
pinta
|
||||||
firefox
|
firefox
|
||||||
#chrome?
|
#chrome?
|
||||||
ansible
|
|
||||||
terraform
|
|
||||||
golang
|
|
||||||
whiptail
|
|
||||||
osmctools
|
|
||||||
osmosis
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue