Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated extension builds #32

Merged
merged 12 commits into from Apr 10, 2018
WIP fetch up-to-date libraries for build.
  • Loading branch information
sammacbeth committed Apr 6, 2018
commit cfc2f0f2fa2ab27f8b1f78c41f46dbd9c384c228
@@ -1,7 +1,7 @@
FROM node:6.14.1

#RUN npm install -g web-ext
RUN curl https://s3.amazonaws.com/cdncliqz/update/ghostery/moab/moab_2 > /bin/moab && \
RUN curl https://s3.amazonaws.com/cdncliqz/update/ghostery/moab/moab_3 > /bin/moab && \
chmod +x /bin/moab

ARG UID
ProTip! Use n and p to navigate between commits in a pull request.