Skip to content

Instantly share code, notes, and snippets.

@iynere
Created October 12, 2017 20:50
Show Gist options
  • Save iynere/3de866b556249b8b86c27859194ded99 to your computer and use it in GitHub Desktop.
Save iynere/3de866b556249b8b86c27859194ded99 to your computer and use it in GitHub Desktop.
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