Skip to content

Commit

Permalink
Merge pull request #485 from psu-libraries/fix-getproto
Browse files Browse the repository at this point in the history
adds netbase
  • Loading branch information
whereismyjetpack authored Oct 19, 2023
2 parents 02a732b + 8b2d127 commit 59e6de9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ ARG UID=3000

ENV BUNDLE_PATH=/app/vendor/bundle

RUN apt-get update && apt-get install --no-install-recommends -y gcc && \
rm -rf /var/lib/apt/lists*
RUN apt-get update && apt-get install --no-install-recommends -y \
gcc \
netbase \
&& \
rm -rf /var/lib/apt/lists*

RUN useradd -u $UID app -d /app
RUN mkdir /app/tmp
Expand Down

0 comments on commit 59e6de9

Please sign in to comment.