Update cage submodule path

This commit is contained in:
Manuel 2022-10-23 08:00:00 +02:00
parent a70377b94a
commit 42243e31fd
Signed by: Manuel
GPG key ID: 4085037435E1F07A
4 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
FROM binhex/arch-base:latest AS build
COPY ./aur-packages/srcpkgs/cage-vi/ /tmp/cage/
COPY ./cage-vi/ /tmp/cage/
RUN pacman -Syu --noconfirm base-devel \
&& chown -R nobody: /tmp/cage/ \