Added libnss3

This commit is contained in:
Joan Sanchez 2022-11-14 10:35:36 +01:00
parent 7e4416b524
commit f37c899e97
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea
.vscode

View File

@ -15,6 +15,7 @@ RUN apt-get update \
vim \
wget \
curl \
libnss3 \
&& curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` \
-o /usr/local/bin/docker-compose \
&& chmod +x /usr/local/bin/docker-compose \