This reverts commit 0e5ca82dba
.
Signed-off-by: Steve Kriss <krisss@vmware.com>
pull/2487/head
parent
0e5ca82dba
commit
dc3593ab15
|
@ -14,8 +14,6 @@
|
|||
|
||||
FROM arm32v7/ubuntu:bionic
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
|
||||
|
||||
ADD /bin/linux/arm/restic /usr/bin/restic
|
||||
|
||||
ADD /bin/linux/arm/velero /velero
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
|
||||
FROM arm64v8/ubuntu:bionic
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
|
||||
|
||||
ADD /bin/linux/arm64/restic /usr/bin/restic
|
||||
|
||||
ADD /bin/linux/arm64/velero /velero
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Install `ca-certificates` in ARM based containers.
|
Loading…
Reference in New Issue