Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
Add yarn GPG key manuall
Browse files Browse the repository at this point in the history
  • Loading branch information
notthatbreezy committed Dec 19, 2017
1 parent fb1fffd commit ec096a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
@@ -1,13 +1,13 @@
FROM yarnpkg/node-yarn:0.20-node7

ENV YARN_VERSION 0.22.0-1

RUN apt-get update && apt-get install yarn=${YARN_VERSION}
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
apt-get update && apt-get install yarn=${YARN_VERSION}

WORKDIR /opt/rf-docs

COPY yarn.lock package.json /opt/rf-docs/

RUN yarn install --pure-lockfile

COPY . /opt/rf-docs/
COPY . /opt/rf-docs/

0 comments on commit ec096a6

Please sign in to comment.