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