Skip to content

Commit ea1159a

Browse files
moelsayedAlena Prokharchyk
authored andcommitted
update to latest during build
1 parent bed09e1 commit ea1159a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM gcr.io/google_containers/hyperkube:v1.16.1
22
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
3+
apt-get update && apt-get upgrade -y && apt-get clean && \
34
clean-install apt-transport-https gnupg1 curl zfsutils-linux \
45
&& echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ stretch main" > \
56
/etc/apt/sources.list.d/azure-cli.list \

Dockerfile.arm64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM gcr.io/google_containers/hyperkube-arm64:v1.16.1
22
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
3+
apt-get update && apt-get upgrade -y && apt-get clean && \
34
clean-install apt-transport-https gnupg1 curl zfsutils-linux \
45
&& apt-get purge gnupg \
56
&& clean-install \

0 commit comments

Comments
 (0)