Fix ffi version for older distros where ruby<2.3
This commit is contained in:
parent
c164686794
commit
00c0c90463
1 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
|||
RUN pip install awscli --upgrade --user && \
|
||||
ln -s /root/.local/bin/aws /usr/bin/aws
|
||||
|
||||
RUN gem install fpm
|
||||
RUN gem install ffi:1.12.2 fpm
|
||||
|
||||
RUN chmod 0777 /opt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue