diff --git a/Dockerfile b/Dockerfile index beaae24..ea85d90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/rootfs/cloud9/apt-requirements.txt b/rootfs/cloud9/apt-requirements.txt index afb95c4..feb63d4 100644 --- a/rootfs/cloud9/apt-requirements.txt +++ b/rootfs/cloud9/apt-requirements.txt @@ -33,9 +33,3 @@ libreoffice pinta firefox #chrome? -ansible -terraform -golang -whiptail -osmctools -osmosis