Skip to content

Commit

Permalink
Remove obsolete netcat and jq installations
Browse files Browse the repository at this point in the history
  • Loading branch information
fortum-vaanavil committed Sep 19, 2023
1 parent f7804a9 commit 51ca1b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ FROM client-standalone as client
# Temporarily move back to root for additional setup
USER root

RUN apt-get update && apt-get install -y netcat jq && apt-get clean

# copy opa from opa-extractor
COPY --from=opa-extractor /opal/opa ./opa

Expand Down Expand Up @@ -144,7 +142,7 @@ USER opal
# ---------------------------------------------------
FROM common as server

RUN apt-get update && apt-get install -y openssh-client git curl jq netcat && apt-get clean
RUN apt-get update && apt-get install -y openssh-client git curl && apt-get clean

USER opal

Expand Down

0 comments on commit 51ca1b9

Please sign in to comment.