From 5d726895a2dc7a63a44d1942aec688105c9fc34f Mon Sep 17 00:00:00 2001 From: Devin Dice Date: Thu, 26 Jan 2023 18:32:26 -0500 Subject: [PATCH] Adding packages --- Dockerfile | 3 +++ rootfs/cloud9/apt-requirements.txt | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) 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