Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Nov 25, 2024
1 parent dc45b92 commit 862ce85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ RUN \
&& git checkout -q FETCH_HEAD \
&& ./configure --cc-opt='-I /usr/src/quickjs' --ld-opt="-L /usr/src/quickjs" \
&& make njs \
&& ls -lh /usr/src/njs/* \
&& mv /usr/src/njs/build/njs /usr/sbin/njs \
&& echo "njs v$(njs -v)"

Expand Down

0 comments on commit 862ce85

Please sign in to comment.