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

Commit

Permalink
Skip dependency checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brown committed Dec 19, 2017
1 parent fb1fffd commit 6a3f9d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 | sudo 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 6a3f9d7

Please sign in to comment.