Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
siaimes authored Oct 13, 2022
1 parent 0e3c441 commit afa618e
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
@@ -1,6 +1,6 @@
FROM nginx AS builder

RUN apt update && apt install wget
RUN apt-get update -y && apt-get install wget -y

RUN mkdir -p /usr/share/nginx/html/k8s-share/containernetworking/plugins/releases/download/v0.8.1
RUN wget https://github.com/containernetworking/plugins/releases/download/v0.8.1/cni-plugins-linux-amd64-v0.8.1.tgz \
Expand Down

0 comments on commit afa618e

Please sign in to comment.