Skip to content

Commit

Permalink
feat: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Sep 9, 2024
1 parent 12f0168 commit 585d6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN wget https://go.dev/dl/$GOV.$TARGETOS-$TARGETARCH.tar.gz \
&& tar -C /usr/local -xzf $GOV.$TARGETOS-$TARGETARCH.tar.gz

RUN mkdir /tmp/frida-core-devkit && cd /tmp/frida-core-devkit \
&& wget https://github.com/frida/frida/releases/download/$FRIDAVERSION/frida-core-devkit-$FRIDAVERSION-$TARGETOS-$TARGETARCH.tar.xz -O - \
&& wget https://github.com/frida/frida/releases/download/16.5.1/frida-core-devkit-16.5.1-linux-x86_64.tar.xz -O - \
| tar --extract --xz

RUN cp /tmp/frida-core-devkit/libfrida-core.a /usr/local/lib \
Expand Down

0 comments on commit 585d6ea

Please sign in to comment.