diff --git a/backend/app_sdk_blackarch/Dockerfile b/backend/app_sdk_blackarch/Dockerfile index e48f3095..02480aad 100644 --- a/backend/app_sdk_blackarch/Dockerfile +++ b/backend/app_sdk_blackarch/Dockerfile @@ -2,9 +2,9 @@ FROM peterclemenko/blackarch as base FROM base as builder -RUN apt-get update -RUN apt-get dist-upgrade -y -RUN apt install base-devel libffi musl openssl python python-pip -y +RUN /bin/pacman -Syu --noconfirm + +RUN /bin/pacman -Sy --noconfirm base-devel libffi musl openssl python python-pip -y RUN mkdir /install WORKDIR /install