Skip to content

Commit

Permalink
Remove spurious yarn thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Apr 4, 2024
1 parent 97f0781 commit 6d0153d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile_docs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
# Install yarn
RUN npm install --global yarn

# Setup sources for getting yarn
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -

# Install html-proofer
RUN gem install html-proofer

# create user with id 1001 (jenkins docker workflow default)
Expand Down

0 comments on commit 6d0153d

Please sign in to comment.