Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #48 from Starefossen/add-fishrock123-gpg-key
Browse files Browse the repository at this point in the history
Import GPG key for Fishrock123
  • Loading branch information
pesho committed Apr 7, 2015
2 parents 6355158 + 6ac7eb8 commit 29d48c2
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 29d48c2

Please sign in to comment.