fix: remove duplicate label in Dockerfile

pull/356/head
Romain 6 months ago
parent fc6d0d7bc3
commit 0a96d4ae68

@ -7,8 +7,5 @@ ARG NODE_VERSION
# Node.js + runtime dependencies
FROM ghcr.io/thumbsup/runtime:node-${NODE_VERSION}
# Metadata
LABEL org.opencontainers.image.source https://github.com/thumbsup/thumbsup
# Standard build dependencies for npm install
RUN apk add --no-cache git make g++ python3 bash

Loading…
Cancel
Save