(maint) Fix jruby startup

Added a required package netbase for jruby to startup without a warning
Added an optoin for ec2 to specify the root_keys_script to use
This commit is contained in:
Samuel Beaulieu 2022-07-26 13:39:52 -05:00
parent aeab4e875d
commit 9ee5c1941b
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
9 changed files with 44 additions and 26 deletions

View file

@ -15,7 +15,7 @@ ENV RACK_ENV=production
RUN apt-get update -qq && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends make git && \
apt-get install -y --no-install-recommends make git netbase && \
apt-get clean autoclean && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*