Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Add gnup package to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaboiangiu committed Jun 6, 2018
1 parent 10f1d1e commit d11c420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:3.6-slim as npm_builder
ENV APP_HOME=/var/local/fise.nfi.search
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends curl \
&& apt-get install -y --no-install-recommends curl software-properties-common gnupg \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& curl -sLS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN runDeps="nodejs yarn" \
&& apt-get update -y \
Expand Down

0 comments on commit d11c420

Please sign in to comment.