Skip to content

Commit

Permalink
chore: add fix-missing (argoproj#5864)
Browse files Browse the repository at this point in the history
Signed-off-by: Shoubhik Bose <[email protected]>
  • Loading branch information
sbose78 authored Mar 30, 2021
1 parent a8c211e commit 8bfe41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM golang:1.16.0 as golang
FROM ubuntu:20.10

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install --fix-missing -y \
ca-certificates \
curl \
openssh-server \
Expand Down

0 comments on commit 8bfe41b

Please sign in to comment.