Created
October 12, 2017 20:50
-
-
Save iynere/3de866b556249b8b86c27859194ded99 to your computer and use it in GitHub Desktop.
fuboTV Dockerfile https://hub.docker.com/r/iynere/fubotv_android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM circleci/node:4.8.2 | |
USER root | |
RUN npm install -g npm@latest | |
RUN npm install -g locize-cli | |
RUN apt-get install -y libxml2-utils | |
RUN apt-get install -y xsltproc | |
RUN apt-get install -y xmlstarlet | |
USER circleci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment