mirror of
https://github.com/searxng/searxng.git
synced 2025-05-23 17:02:57 -04:00
The wolfi-base metapackage includes busybox, ca-certificates-bundle and the package manager. The change is to make the use of base-builder image more flexible.
26 lines
480 B
YAML
26 lines
480 B
YAML
contents:
|
|
keyring:
|
|
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
|
|
repositories:
|
|
- https://packages.wolfi.dev/os
|
|
packages:
|
|
- wolfi-base
|
|
- build-base
|
|
- python-3.13-dev
|
|
- py3-pip
|
|
- brotli
|
|
|
|
entrypoint:
|
|
command: /bin/sh -l
|
|
|
|
work-dir: /usr/local/searxng/
|
|
|
|
environment:
|
|
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
|
|
HISTFILE: /dev/null
|
|
|
|
archs:
|
|
- x86_64
|
|
- aarch64
|