Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jul 15, 2024
1 parent ea1412d commit 04dff56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ ENV GAME ${GAME}

LABEL org.opencontainers.image.title="hlds-docker" \
org.opencontainers.image.description="🐋 📦 Half-Life Dedicated Server powered by Docker. Supports all the classic GoldSrc Half-Life games and mods, including the ability to add custom configurations and plugins." \
org.opencontainers.image.vendor="jamesiv.es" \
org.opencontainers.image.vendor="https://jamesiv.es" \
org.opencontainers.image.authors="James Ives" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://github.com/jamesives/hlds-docker" \
org.opencontainers.image.documentation="https://github.com/jamesives/hlds-docker/README.md" \
org.opencontainers.image.documentation="https://github.com/jamesives/hlds-docker" \
org.opencontainers.image.source="https://github.com/jamesives/hlds-docker"

RUN dpkg --add-architecture i386 && \
Expand Down

0 comments on commit 04dff56

Please sign in to comment.