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 \
|
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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user