mirror of
https://github.com/linuxserver/docker-manyfold.git
synced 2026-02-20 05:49:50 +08:00
Add mariadb connector runtime package
This commit is contained in:
parent
8a21fca24c
commit
20f1fd8465
@ -20,6 +20,7 @@ RUN \
|
||||
glfw \
|
||||
libarchive \
|
||||
libstdc++ \
|
||||
mariadb-connector-c \
|
||||
mesa-gl \
|
||||
pciutils \
|
||||
postgresql16-client \
|
||||
|
||||
@ -20,6 +20,7 @@ RUN \
|
||||
glfw \
|
||||
libarchive \
|
||||
libstdc++ \
|
||||
mariadb-connector-c \
|
||||
mesa-gl \
|
||||
pciutils \
|
||||
postgresql16-client \
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
||||
CI_WEB='true'
|
||||
CI_PORT='3214'
|
||||
CI_SSL='false'
|
||||
CI_DELAY='120'
|
||||
CI_DELAY='300'
|
||||
CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis'
|
||||
CI_AUTH=''
|
||||
CI_WEBPATH=''
|
||||
|
||||
@ -23,7 +23,7 @@ repo_vars:
|
||||
- CI_WEB='true'
|
||||
- CI_PORT='3214'
|
||||
- CI_SSL='false'
|
||||
- CI_DELAY='120'
|
||||
- CI_DELAY='300'
|
||||
- CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis'
|
||||
- CI_AUTH=''
|
||||
- CI_WEBPATH=''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user