mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-24 23:16:53 -05:00
Always install Frida in Docker images
This commit is contained in:
parent
fc2dec15c0
commit
91df61e500
|
|
@ -25,6 +25,7 @@ ADD package.json /app
|
|||
ADD package-lock.json /app
|
||||
|
||||
RUN npm ci --production
|
||||
RUN npm install --no-save frida
|
||||
|
||||
COPY bin /app/bin
|
||||
COPY resources /app/resources
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user