Fix 32bit builder
parent
28987f7962
commit
cdad866b9f
|
|
@ -1,4 +1,4 @@
|
|||
FROM ioft/i386-ubuntu:14.04
|
||||
FROM ioft/i386-ubuntu:xenial
|
||||
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
python-software-properties \
|
||||
|
|
@ -9,6 +9,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
|||
make \
|
||||
ruby \
|
||||
ruby-dev \
|
||||
rubygems \
|
||||
build-essential \
|
||||
rpm \
|
||||
zip \
|
||||
python \
|
||||
|
|
|
|||
Loading…
Reference in New Issue