Skip to content

Commit 1cd9e6f

Browse files
committed
This line is not needed anymore
1 parent 54e57d1 commit 1cd9e6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile.lambda

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ADD . /var/task
2929

3030
RUN rm -rf node_modules && \
3131
npm install jpegoptim-bin --unsafe-perm=true --allow-root && \
32-
NODE_ENV=development && npm install --only=prod && \
33-
sed -i 's@"--disable-dev-shm-usage"@"--disable-dev-shm-usage", "--no-sandbox", "--no-zygote", "--disable-gpu", "--single-process"@' node_modules/phantomas/lib/browser.js
32+
NODE_ENV=development && npm install --only=prod
3433

3534
CMD [ "lambda.runner" ]

0 commit comments

Comments
 (0)