From b34c60b77c247c5bf137d23c1368a18b68602a95 Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 19 Nov 2020 12:38:36 -0800 Subject: [PATCH] remove deps from arm images --- Dockerfile.aarch64 | 1 - Dockerfile.armhf | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 6ad3008..c815db0 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -23,7 +23,6 @@ RUN \ apt-get update && \ apt-get install -y \ jq \ - ocl-icd-libopencl1 \ udev \ unrar \ wget && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 6cf78db..7efa009 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -23,7 +23,6 @@ RUN \ apt-get update && \ apt-get install -y \ jq \ - ocl-icd-libopencl1 \ udev \ unrar \ wget && \