Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c44bb686e2 | |||
4b382b6ca8 |
@ -4,7 +4,7 @@
|
||||
"author": "Morgan",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A modern client-server application for the Soulseek file-sharing network.",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"healthCheckPath": "/health",
|
||||
"httpPort": 5030,
|
||||
"addons": {
|
||||
|
@ -21,7 +21,7 @@ FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
tini gosu libstdc++6 \
|
||||
wget curl ca-certificates unzip jq rsync \
|
||||
build-essential wget curl ca-certificates unzip jq rsync \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Minimal filesystem layout
|
||||
|
Reference in New Issue
Block a user