Remove outdated parts of Dockerfile

This commit is contained in:
Fabio Berger 2018-07-30 22:42:05 +02:00
parent 36b6da7c4f
commit b7cd84fad6

View File

@ -2,11 +2,6 @@ FROM node
WORKDIR /src WORKDIR /src
# Ledger Provider (in the Subproviders package) requires node-hid at dependency install time
# which compiles and expects certain USB developer library packages to be present
RUN apt-get -qq update && apt-get install -y libhidapi-dev libusb-1.0-0-dev
# Our fork of ledgerco disables requiring node-hid at run time if CIRCLECI is set to true
ENV CIRCLECI=true
COPY package.json . COPY package.json .
RUN npm i RUN npm i
RUN npm install forever -g RUN npm install forever -g