commit
7684066f36
8 changed files with 16 additions and 8 deletions
|
|
@ -52,7 +52,8 @@ RUN dnf -y upgrade \
|
||||||
RUN pip3 install awscli --upgrade --user \
|
RUN pip3 install awscli --upgrade --user \
|
||||||
&& ln -s /root/.local/bin/aws /usr/bin/aws
|
&& ln -s /root/.local/bin/aws /usr/bin/aws
|
||||||
|
|
||||||
RUN gem install fpm
|
# Pin fpm to avoid git dependency in 1.12.0
|
||||||
|
RUN gem install fpm:1.11.0
|
||||||
|
|
||||||
RUN chmod 0777 /opt
|
RUN chmod 0777 /opt
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,8 @@ RUN pip3 install awscli
|
||||||
|
|
||||||
RUN chmod 0777 /opt
|
RUN chmod 0777 /opt
|
||||||
|
|
||||||
RUN gem install fpm
|
# Pin fpm to avoid git dependency in 1.12.0
|
||||||
|
RUN gem install fpm:1.11.0
|
||||||
|
|
||||||
# Override the default pager used by R
|
# Override the default pager used by R
|
||||||
ENV PAGER /usr/bin/pager
|
ENV PAGER /usr/bin/pager
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,8 @@ RUN pip install awscli
|
||||||
|
|
||||||
RUN chmod 0777 /opt
|
RUN chmod 0777 /opt
|
||||||
|
|
||||||
RUN gem install fpm
|
# Pin fpm to avoid git dependency in 1.12.0
|
||||||
|
RUN gem install fpm:1.11.0
|
||||||
|
|
||||||
# Override the default pager used by R
|
# Override the default pager used by R
|
||||||
ENV PAGER /usr/bin/pager
|
ENV PAGER /usr/bin/pager
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,8 @@ RUN zypper --non-interactive --gpg-auto-import-keys -n install \
|
||||||
|
|
||||||
RUN pip install awscli
|
RUN pip install awscli
|
||||||
|
|
||||||
RUN gem install fpm && \
|
# Pin fpm to avoid git dependency in 1.12.0
|
||||||
|
RUN gem install fpm:1.11.0 && \
|
||||||
ln -s /usr/bin/fpm.ruby2.5 /usr/local/bin/fpm
|
ln -s /usr/bin/fpm.ruby2.5 /usr/local/bin/fpm
|
||||||
|
|
||||||
RUN chmod 0777 /opt
|
RUN chmod 0777 /opt
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,8 @@ RUN zypper --non-interactive --gpg-auto-import-keys -n install \
|
||||||
|
|
||||||
RUN pip install awscli
|
RUN pip install awscli
|
||||||
|
|
||||||
RUN gem install fpm && \
|
# Pin fpm to avoid git dependency in 1.12.0
|
||||||
|
RUN gem install fpm:1.11.0 && \
|
||||||
ln -s /usr/bin/fpm.ruby2.5 /usr/local/bin/fpm
|
ln -s /usr/bin/fpm.ruby2.5 /usr/local/bin/fpm
|
||||||
|
|
||||||
RUN chmod 0777 /opt
|
RUN chmod 0777 /opt
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ RUN set -x \
|
||||||
|
|
||||||
RUN pip install awscli
|
RUN pip install awscli
|
||||||
|
|
||||||
RUN gem install fpm
|
# Pin fpm to avoid git dependency in 1.12.0
|
||||||
|
RUN gem install fpm:1.11.0
|
||||||
|
|
||||||
RUN chmod 0777 /opt
|
RUN chmod 0777 /opt
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ RUN set -x \
|
||||||
|
|
||||||
RUN pip install awscli
|
RUN pip install awscli
|
||||||
|
|
||||||
RUN gem install fpm
|
# Pin fpm to avoid git dependency in 1.12.0
|
||||||
|
RUN gem install fpm:1.11.0
|
||||||
|
|
||||||
RUN chmod 0777 /opt
|
RUN chmod 0777 /opt
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ RUN set -x \
|
||||||
|
|
||||||
RUN pip3 install awscli
|
RUN pip3 install awscli
|
||||||
|
|
||||||
RUN gem install fpm
|
# Pin fpm to avoid git dependency in 1.12.0
|
||||||
|
RUN gem install fpm:1.11.0
|
||||||
|
|
||||||
RUN chmod 0777 /opt
|
RUN chmod 0777 /opt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue