mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update .drone.yml
This commit is contained in:
parent
2645182d7c
commit
6c590d3c11
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
steps:
|
steps:
|
||||||
- name: Phyre Panel - Install Base
|
- name: Phyre Panel - Install Base
|
||||||
image: ubuntu
|
image: ubuntu:22.04
|
||||||
commands:
|
commands:
|
||||||
|
- apt install -y libicu-dev libzip-dev libpng-dev libjpeg-dev libfreetype6-dev libonig-dev libxml2-dev libcurl4-openssl-dev libssl-dev libpq-dev libsqlite3-dev libxslt1-dev libzip-dev libbz2-dev libreadline-dev libedit-dev libpspell-dev libenchant-dev libgmp-dev libldap2-dev libldb-dev libldap2-dev libldap-2.4-2
|
||||||
- ls -la
|
- ls -la
|
||||||
|
|
||||||
- mkdir /phyre-panel
|
- mkdir /phyre-panel
|
||||||
|
|
Loading…
Reference in a new issue