Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
drop extraneous package
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin Schnabel authored and ebullient committed Oct 23, 2020
1 parent e5690a7 commit 1e5f0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM nginx:stable-alpine

LABEL maintainer="Erin Schnabel <[email protected]> (@ebullientworks)"

RUN apk add --no-cache jq wget curl tar
RUN apk add --no-cache jq wget tar

ENV ETCD_VERSION 2.2.2

Expand Down

0 comments on commit 1e5f0da

Please sign in to comment.