mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-07 23:31:23 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cf70665bb | ||
|
|
a543ee7ebc |
@@ -1,19 +1,15 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
python:
|
|
||||||
install:
|
|
||||||
- requirements: docs/requirements.txt
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
tools:
|
tools:
|
||||||
python: latest
|
python: "3.14"
|
||||||
jobs:
|
jobs:
|
||||||
# We recommend using a requirements file for reproducible builds.
|
# We recommend using a requirements file for reproducible builds.
|
||||||
# This is just a quick example to get started.
|
# This is just a quick example to get started.
|
||||||
# https://docs.readthedocs.io/page/guides/reproducible-builds.html
|
# https://docs.readthedocs.io/page/guides/reproducible-builds.html
|
||||||
install:
|
install:
|
||||||
- pip install zensical
|
- pip install -r docs/requirements.txt
|
||||||
build:
|
build:
|
||||||
html:
|
html:
|
||||||
- zensical build
|
- zensical build
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ apk add --no-cache -U \
|
|||||||
libpcap \
|
libpcap \
|
||||||
libwebp \
|
libwebp \
|
||||||
libcap \
|
libcap \
|
||||||
|
numactl \
|
||||||
${EXTRA_ALPINE_PACKAGES}
|
${EXTRA_ALPINE_PACKAGES}
|
||||||
|
|
||||||
# Download and install patched knockd
|
# Download and install patched knockd
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ apt-get install -y \
|
|||||||
lbzip2 \
|
lbzip2 \
|
||||||
nfs-common \
|
nfs-common \
|
||||||
libpcap0.8 \
|
libpcap0.8 \
|
||||||
|
libnuma1 \
|
||||||
${EXTRA_DEB_PACKAGES}
|
${EXTRA_DEB_PACKAGES}
|
||||||
|
|
||||||
# Install Git LFS
|
# Install Git LFS
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ PyYAML==6.0.3
|
|||||||
pyyaml_env_tag==1.1
|
pyyaml_env_tag==1.1
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
watchdog==6.0.0
|
watchdog==6.0.0
|
||||||
# zensical @ file:///
|
zensical==0.0.24
|
||||||
|
|||||||
Reference in New Issue
Block a user