Skip to content

Commit

Permalink
add etcdctl to docker for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jul 11, 2022
1 parent eef81b8 commit b5a01df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ RUN apt-get update && \
mkdir /data && \
chown 65532:65532 /data

# For debugging purposes
COPY --from=quay.io/coreos/etcd:v3.5.4 /usr/local/bin/etcdctl /usr/bin/etcdctl

USER 65532:65532

ENV INSTANCE_LISTEN=0.0.0.0
Expand Down

0 comments on commit b5a01df

Please sign in to comment.