mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
office wip
This commit is contained in:
parent
90c54b6b1c
commit
cc2a5ca899
4 changed files with 132 additions and 2 deletions
|
|
@ -18,7 +18,10 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
|
|||
sqlite3 \
|
||||
s3cmd \
|
||||
gdb \
|
||||
python3-pip && \
|
||||
python3-pip \
|
||||
procps \
|
||||
ncat \
|
||||
chromium && \
|
||||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.1.35.zip" -o "awscliv2.zip" && \
|
||||
unzip awscliv2.zip && \
|
||||
./aws/install && \
|
||||
|
|
@ -29,11 +32,13 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
|
|||
wget https://github.com/vimeo/psalm/releases/latest/download/psalm.phar -O /usr/local/bin/psalm && \
|
||||
chmod +x /usr/local/bin/psalm
|
||||
|
||||
ADD misc/collaboraonline.sources /etc/apt/sources.list.d
|
||||
RUN DEBIAN_FRONTEND=noninteractive ;\
|
||||
wget -q -O - https://packages.blackfire.io/gpg.key | apt-key add - && \
|
||||
echo "deb http://packages.blackfire.io/debian any main" >> /etc/apt/sources.list.d/blackfire.list && \
|
||||
wget https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg -O /usr/share/keyrings/collaboraonline-release-keyring.gpg && \
|
||||
apt-get update && \
|
||||
apt-get install --assume-yes blackfire procps ncat chromium
|
||||
apt-get install --assume-yes blackfire
|
||||
|
||||
ADD configs/autoconfig_mariadb.php configs/autoconfig_mysql.php configs/autoconfig_pgsql.php configs/autoconfig_oci.php configs/s3.php configs/s3mb.php configs/swift.php configs/swiftv3.php configs/azure.php configs/config.php /root/
|
||||
ADD configs/nginx-app.conf /etc/nginx/
|
||||
|
|
|
|||
4
images/haze/misc/collaboraonline.sources
Normal file
4
images/haze/misc/collaboraonline.sources
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Types: deb
|
||||
URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-debian11
|
||||
Suites: ./
|
||||
Signed-By: /usr/share/keyrings/collaboraonline-release-keyring.gpg
|
||||
Loading…
Add table
Add a link
Reference in a new issue