Skip to content

Commit

Permalink
Ecbo the quickjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Nov 25, 2024
1 parent 8298368 commit 9493dac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ RUN \
&& cd /usr/src \
&& git clone https://github.com/bellard/quickjs quickjs \
&& cd quickjs \
&& make libquickjs.a
&& make libquickjs.a \
&& echo "quickjs $(cat VERSION)"

RUN \
echo "Cloning and configuring njs ..." \
Expand Down

0 comments on commit 9493dac

Please sign in to comment.