mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-21 20:28:52 +00:00
ci: install packages required for the PAM module
Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
This commit is contained in:
parent
39a3d14169
commit
175514244f
@ -1,4 +1,4 @@
|
||||
image: registry.gitlab.gnome.org/gnome/libsecret/master:v3
|
||||
image: registry.gitlab.gnome.org/gnome/libsecret/master:v5
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
@ -27,11 +27,14 @@ RUN dnf update -y \
|
||||
tpm2-tss-devel \
|
||||
vala \
|
||||
valgrind-devel \
|
||||
pam-devel \
|
||||
libpamtest-devel \
|
||||
pam_wrapper \
|
||||
&& dnf clean all
|
||||
|
||||
ARG HOST_USER_ID=5555
|
||||
ENV HOST_USER_ID ${HOST_USER_ID}
|
||||
RUN useradd -u $HOST_USER_ID -ms /bin/bash user
|
||||
RUN useradd -u $HOST_USER_ID -ms /bin/bash -p password user
|
||||
|
||||
USER user
|
||||
WORKDIR /home/user
|
||||
|
Loading…
Reference in New Issue
Block a user