Skip to content

Commit

Permalink
Docker: remove extra \ at the end of a command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Sep 30, 2024
1 parent 9bed2f2 commit ab474d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN pip install --ignore-installed --no-cache-dir -r install/requirements.txt \
&& git init \
&& git remote add origin https://github.com/stratosphereips/StratosphereLinuxIPS.git \
&& cd modules/kalipso \
&& npm install \
&& npm install


# build the pigeon and add pigeon to path
Expand Down

0 comments on commit ab474d6

Please sign in to comment.