We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dcd80 commit 453180bCopy full SHA for 453180b
.github/actions/aur-publish/Dockerfile
@@ -1,6 +1,6 @@
1
FROM archlinux:base
2
RUN pacman -Sy --needed --noconfirm git openssh pacman-contrib
3
-RUN useradd app
+RUN useradd app --create-home
4
USER app
5
COPY entrypoint.sh /entrypoint.sh
6
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments