Skip to content

Commit 19616be

Browse files
authored
Merge pull request #21 from lewagon/install-lsof
Install `lsof` binary
2 parents 89f7e38 + f9611cc commit 19616be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ WORKDIR $FULLSTACK_FOLDER
1515
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
1616
RUN apt-get -y install nodejs
1717

18+
# Binary dependencies for JS testing
19+
RUN apt-get -y install lsof
20+
1821
COPY Gemfile $FULLSTACK_FOLDER/Gemfile
1922
RUN ["bundle", "install"]

0 commit comments

Comments
 (0)