-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM ghcr.io/voxelbonecloud/debian-dotnet:main | ||
|
||
LABEL author="Voxel Bone Cloud" maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source=https://github.com/voxelbonecloud/headless-docker | ||
LABEL org.opencontainers.image.description="Docker image based on Debian Bookworm Slim image with dotnet8 for hosting Resonite Headless servers. Supports automatic modding of the Headless." | ||
LABEL org.opencontainers.image.licenses=MIT | ||
LABEL org.opencontainers.image.authors="Voxel Bone Cloud" | ||
LABEL org.opencontainers.image.source https://github.com/voxelbonecloud/headless-docker | ||
LABEL org.opencontainers.image.description "Docker image based on Debian Bookworm Slim image with dotnet8 for hosting Resonite Headless servers. Supports automatic modding of the Headless." | ||
LABEL org.opencontainers.image.licenses MIT-0 | ||
LABEL org.opencontainers.image.authors "Voxel Bone Cloud" | ||
|
||
RUN apt update \ | ||
&& dpkg --add-architecture i386 \ | ||
|