Skip to content

Commit

Permalink
base: add ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jul 9, 2014
1 parent efcb4a7 commit c709c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM google/debian:wheezy

RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl python build-essential git
RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl python build-essential git ca-certificates
RUN mkdir /nodejs && curl http://nodejs.org/dist/v0.10.28/node-v0.10.28-linux-x64.tar.gz | tar xvzf - -C /nodejs --strip-components=1

ENV PATH $PATH:/nodejs/bin

0 comments on commit c709c55

Please sign in to comment.