Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Verified Commit 53662528 authored by Benoît's avatar Benoît
Browse files

Fix hadolint

parent a17d076a
No related branches found
Tags 1.0.0
No related merge requests found
Pipeline #23184 passed
# hadolint ignore=DL3007
FROM lscr.io/linuxserver/nginx:latest
# set version label
ENV VERSION=master
ENV TT_RSS_VERSION=master
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- $(date '+%Y/%m/%d %H:%M:%S')"
LABEL maintainer="sparklyballs"
# hadolint ignore=DL3018
RUN \
echo "**** install packages ****" && \
apk add --no-cache --upgrade \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment