Add sqlite-devel
This commit is contained in:
parent
44de293650
commit
8a142fafe4
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ set -l user_home /home/$user
|
|||
dnf install -y \
|
||||
buildah \
|
||||
git-lfs \
|
||||
podman
|
||||
podman \
|
||||
sqlite-devel # For compilation of git-webhook-client
|
||||
|
||||
loginctl enable-linger $user
|
||||
|
||||
|
|
Loading…
Reference in a new issue