Forgot to remove gcc as a dependency so the docker image is smaller.

This commit is contained in:
Christian Rinderknecht 2020-04-14 11:51:24 +02:00
parent bdb8c5a612
commit d49e856ece

View File

@ -24,7 +24,6 @@ then
sudo pacman -Sy --noconfirm \ sudo pacman -Sy --noconfirm \
make \ make \
m4 \ m4 \
gcc \
patch \ patch \
bubblewrap \ bubblewrap \
rsync \ rsync \
@ -35,7 +34,6 @@ if [ -n "`uname -a | grep -i ubuntu`" ]
then then
sudo apt-get install -y make \ sudo apt-get install -y make \
m4 \ m4 \
gcc \
patch \ patch \
bubblewrap \ bubblewrap \
rsync \ rsync \
@ -89,5 +87,3 @@ else
fi fi
opam init -a --bare opam init -a --bare