Skip to content

Commit

Permalink
Added gnupg install
Browse files Browse the repository at this point in the history
joshdavenport committed Feb 16, 2018
1 parent 96631f9 commit 86fe683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/nginx/1.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ FROM nginx:1.13
MAINTAINER Mark Shust <mark@shust.com>

RUN apt-get update && apt-get install -y \
curl
curl \
gnupg

RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - \
&& apt-get install -y nodejs

0 comments on commit 86fe683

Please sign in to comment.