mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +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 rootfs /
|
||||
|
||||
# Extras
|
||||
RUN apt -y install ansible terraform golang whiptail osmctools osmosis
|
||||
|
||||
#RUN rm -rf /workspace/*
|
||||
|
||||
RUN useradd -d /home/ubuntu -u 99 -G sudo -ms /bin/bash ubuntu
|
||||
|
|
|
|||
|
|
@ -33,9 +33,3 @@ libreoffice
|
|||
pinta
|
||||
firefox
|
||||
#chrome?
|
||||
ansible
|
||||
terraform
|
||||
golang
|
||||
whiptail
|
||||
osmctools
|
||||
osmosis
|
||||
|
|
|
|||
Loading…
Reference in a new issue