Skip to content

Commit

Permalink
Add jq for debugging purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
feikesteenbergen committed May 27, 2015
1 parent 1e279f0 commit ba4c0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get install curl -y
RUN curl -L https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etcd-v${ETCDVERSION}-linux-amd64.tar.gz -o etcd-v${ETCDVERSION}-linux-amd64.tar.gz && tar vzxf etcd-v${ETCDVERSION}-linux-amd64.tar.gz && cp etcd-v${ETCDVERSION}-linux-amd64/etcd* /bin/

# Install debug tooling
RUN apt-get install vim -y
RUN apt-get install vim jq -y

ENV PATH $PATH:/usr/lib/postgresql-${PGVERSION}/bin

Expand Down

0 comments on commit ba4c0af

Please sign in to comment.