Skip to content

Commit

Permalink
Import GPG key for Fishrock123
Browse files Browse the repository at this point in the history
PR-URL: nodejs#48
Related: nodejs/node#1324
Related: nodejs/node#1225
Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
  • Loading branch information
Hans Kristian Flaatten committed Apr 4, 2015
1 parent 6355158 commit 6ac7eb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 1.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM buildpack-deps:jessie

# gpg keys listed at https://github.com/iojs/io.js
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
9554F04D7259F04124DE6B476D5A82AC7E37093B \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
FD3A5288F042B6850C66B31F09FE44734EB7990E

ENV NPM_CONFIG_LOGLEVEL info
ENV IOJS_VERSION 1.6.3
Expand Down
5 changes: 4 additions & 1 deletion 1.6/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM buildpack-deps:jessie-curl

# gpg keys listed at https://github.com/iojs/io.js
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
9554F04D7259F04124DE6B476D5A82AC7E37093B \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
FD3A5288F042B6850C66B31F09FE44734EB7990E

ENV NPM_CONFIG_LOGLEVEL info
ENV IOJS_VERSION 1.6.3
Expand Down

0 comments on commit 6ac7eb8

Please sign in to comment.