mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2024-11-21 15:00:19 +00:00
Fix labels in Dockerfile
This commit is contained in:
parent
3fab239bac
commit
770248925c
@ -1,6 +1,11 @@
|
|||||||
FROM docker.io/node:22-alpine
|
FROM docker.io/node:22-alpine
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source https://github.com/insomniafi/insid-bot
|
LABEL org.opencontainers.image.title="Insomnia ID - Bot" \
|
||||||
|
org.opencontainers.image.description="Verkkopeliyhdistys Insomnia ry - Identity Bot" \
|
||||||
|
org.opencontainers.image.url=https://insomnia.fi \
|
||||||
|
org.opencontainers.image.source=https://github.com/insomniafi/insid-bot \
|
||||||
|
org.opencontainers.image.documentation=https://github.com/insomniafi/insid-bot/blob/master/README.md \
|
||||||
|
org.opencontainers.image.authors="Christer Waren/Warén Group <no-reply@waren.io>"
|
||||||
|
|
||||||
#Dependencies
|
#Dependencies
|
||||||
RUN apk add --virtual .build-deps python3 make g++ gcc git
|
RUN apk add --virtual .build-deps python3 make g++ gcc git
|
||||||
|
Loading…
Reference in New Issue
Block a user