Skip to content

Commit

Permalink
Add curl to help with debugging in k8
Browse files Browse the repository at this point in the history
  • Loading branch information
Phelimb committed Feb 17, 2019
1 parent 63768c2 commit 8764ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -6,6 +6,8 @@ ARG VCS_REF
ARG ROCKSDB_REPO='https://github.com/facebook/rocksdb.git'
ARG ROCKSDB_VERSION='5.2.1'
ARG ROCKSDB_TAG="rocksdb-${ROCKSDB_VERSION}"
RUN apt-get update -y
RUN apt-get install curl -y

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down

0 comments on commit 8764ee3

Please sign in to comment.