Fix 32bit builder

pull/9021/head
Jason Wilder 2017-10-29 15:04:02 -06:00
parent 28987f7962
commit cdad866b9f
1 changed files with 3 additions and 1 deletions

View File

@ -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 \