Skip to content

Commit

Permalink
update: fix Dockerfile issues
Browse files Browse the repository at this point in the history
Signed-off-by: SurabhiAngadi <[email protected]>
  • Loading branch information
SurabhiAngadi committed Jan 22, 2024
1 parent 0dc9545 commit 18ee7da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions command-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
COPY --from=ubuntu /usr/local/bin /usr/local/bin

FROM --platform=linux/amd64 python:3.9-alpine
RUN apk update && apk add curl jq && curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && chmod +x kubectl && mv kubectl /usr/local/bin/
RUN apk add libcrypto3=3.1.4-r4
RUN apk upgrade
Expand Down

0 comments on commit 18ee7da

Please sign in to comment.