3 lines
82 B
Docker
3 lines
82 B
Docker
FROM circleci/node:10
|
|
RUN sudo apt-get update
|
|
RUN sudo apt-get install libnss3-dev |