Skip to content

Commit

Permalink
Upgrade docker base image during build
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsc committed Mar 9, 2022
1 parent 48e6aed commit 715f51e
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 ubuntu:20.04

RUN apt-get -y update && apt-get install -y attr
RUN apt-get -y update && apt-get -y upgrade && apt-get install -y attr

ADD pod_killer /bin

Expand Down

0 comments on commit 715f51e

Please sign in to comment.