Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bredo228 authored Jul 19, 2024
1 parent 6a4fbb7 commit 224b5dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
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 \
Expand Down

0 comments on commit 224b5dd

Please sign in to comment.