Skip to content

Commit

Permalink
Merge pull request #1026 from w3c/docker
Browse files Browse the repository at this point in the history
Add bikeshed update to bikeshed Dockerfile
  • Loading branch information
emlun committed Aug 8, 2018
2 parents 24aed4e + 1d635f6 commit 0e4ed08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/bikeshed/Dockerfile
Expand Up @@ -5,6 +5,7 @@ WORKDIR /spec

RUN git clone --depth=1 --branch=master https://github.com/tabatkins/bikeshed.git /bikeshed
RUN pip install --editable /bikeshed
RUN bikeshed update

ENTRYPOINT ["/usr/local/bin/bikeshed", "--print=console"]
CMD ["spec"]

0 comments on commit 0e4ed08

Please sign in to comment.