PR feedback

This commit is contained in:
Joshua C. Forest 2022-02-04 08:23:41 -05:00
commit fc32f1815a

View file

@ -11,14 +11,13 @@ RUN set -x \
RUN pip3 install awscli
# Pin fpm to avoid git dependency in 1.12.0
RUN gem install fpm:1.11.0
RUN gem install fpm
RUN chmod 0777 /opt
# Override the default pager used by R
ENV PAGER /usr/bin/pager
COPY package.ubuntu-2004 /package.sh
COPY package.ubuntu-2204 /package.sh
COPY build.sh .
ENTRYPOINT ./build.sh