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 && \