Merge branch 'rinderknecht@gcc' into 'dev'

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

See merge request ligolang/ligo!567
This commit is contained in:
Pierre-Emmanuel Wulfman 2020-04-15 15:56:45 +00:00
commit 7b5acbcef0

View File

@ -25,7 +25,6 @@ then
rakudo \ rakudo \
make \ make \
m4 \ m4 \
gcc \
patch \ patch \
bubblewrap \ bubblewrap \
rsync \ rsync \
@ -38,7 +37,6 @@ sudo apt-get install -y make \
perl6 \ perl6 \
make \ make \
m4 \ m4 \
gcc \
patch \ patch \
bubblewrap \ bubblewrap \
rsync \ rsync \
@ -92,5 +90,3 @@ else
fi fi
opam init -a --bare opam init -a --bare