Always install Frida in Docker images

This commit is contained in:
Samuel Elliott 2022-07-30 16:43:44 +01:00
parent fc2dec15c0
commit 91df61e500
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -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