Forgot to remove gcc as a dependency so the docker image is smaller.
This commit is contained in:
parent
bdb8c5a612
commit
d49e856ece
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user