Permalink
Browse files

Use pre-release of os-types

  • Loading branch information...
brew committed Jul 19, 2018
1 parent 5ef8754 commit db9393ebf9dad829769f2b4f3336b31c6b6ffd70
Showing with 4 additions and 1 deletion.
  1. +4 −1 Dockerfile
View
@@ -9,7 +9,10 @@ ADD requirements.txt .
RUN pip install -r requirements.txt
# Install os-types, used in the loading process for fiscal modelling the datapackage
RUN npm install -g os-types@1.15.1-alpha.1
RUN npm install -g os-types@1.15.1-alpha.2
# ADD repos/os-types ./repos/os-types
# RUN npm install -g ./repos/os-types
RUN apk del build-dependencies
RUN rm -rf /var/cache/apk/*

0 comments on commit db9393e

Please sign in to comment.