Skip to content

Commit

Permalink
Merge pull request #21 from lewagon/install-lsof
Browse files Browse the repository at this point in the history
Install `lsof` binary
  • Loading branch information
Eschults authored Feb 28, 2023
2 parents 89f7e38 + f9611cc commit 19616be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ WORKDIR $FULLSTACK_FOLDER
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get -y install nodejs

# Binary dependencies for JS testing
RUN apt-get -y install lsof

COPY Gemfile $FULLSTACK_FOLDER/Gemfile
RUN ["bundle", "install"]

0 comments on commit 19616be

Please sign in to comment.