It would help if I used pacman instead of apt on arch.

This commit is contained in:
Peter Clemenko
2020-10-22 01:10:56 -04:00
parent 564b2dae47
commit 7c186700f7
+3 -3
View File
@@ -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