Skip to content

Commit ab474d6

Browse files
committed
Docker: remove extra \ at the end of a command
1 parent 9bed2f2 commit ab474d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN pip install --ignore-installed --no-cache-dir -r install/requirements.txt \
7777
&& git init \
7878
&& git remote add origin https://github.com/stratosphereips/StratosphereLinuxIPS.git \
7979
&& cd modules/kalipso \
80-
&& npm install \
80+
&& npm install
8181

8282

8383
# build the pigeon and add pigeon to path

0 commit comments

Comments
 (0)