copy script to container

master
Vincent Schweiger 2024-01-27 15:27:29 +01:00
parent 4e5fbb94b9
commit 2adf81aefe
Signed by: vincent
GPG Key ID: F83B0F0E383CC23F
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ RUN useradd -ms /bin/bash builduser
USER builduser
WORKDIR /home/builduser
COPY build_pkg.sh .