diff --git a/Dockerfile b/Dockerfile index b0b56b3..679db4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM circleci/node:10 RUN sudo apt-get update -RUN sudo apt-get install libnss3.so \ No newline at end of file +RUN sudo apt-get install libnss3-dev \ No newline at end of file