Skip to content

Commit

Permalink
Merge pull request #94 from lboynton/patch-1
Browse files Browse the repository at this point in the history
Bump jq to v1.6
  • Loading branch information
rocktavious authored Dec 17, 2021
2 parents 44db368 + 71dedd3 commit 2e1ff9a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ ENV USER_UID=1001 USER_NAME=opslevel
ENTRYPOINT ["/usr/local/bin/kubectl-opslevel"]
WORKDIR /app
RUN apt-get update && \
apt-get install -y curl && \
apt-get purge && apt-get clean && apt-get autoclean && \
curl -o /usr/local/bin/jq http://stedolan.github.io/jq/download/linux64/jq && \
chmod +x /usr/local/bin/jq
COPY kubectl-opslevel /usr/local/bin
apt-get install -y jq && \
apt-get purge && apt-get clean && apt-get autoclean
COPY kubectl-opslevel /usr/local/bin

0 comments on commit 2e1ff9a

Please sign in to comment.