comparison scripts/Docker/Dockerfile @ 7496:ec738682874d

Fix missing escaped newline.
author John Rouillard <rouilj@ieee.org>
date Sat, 17 Jun 2023 16:13:09 -0400
parents 12674129a45c
children 207a7eca41ed
comparison
equal deleted inserted replaced
7495:12674129a45c 7496:ec738682874d
198 LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \ 198 LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \
199 "org.opencontainers.image.title"="Roundup Issue Tracker" \ 199 "org.opencontainers.image.title"="Roundup Issue Tracker" \
200 "org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source" \ 200 "org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source" \
201 "org.opencontainers.image.version"="2.2.0" \ 201 "org.opencontainers.image.version"="2.2.0" \
202 "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \ 202 "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \
203 "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" 203 "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \
204 "org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" 204 "org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html"
205 205
206 206
207 ARG pythonversion 207 ARG pythonversion
208 # pull over built assets 208 # pull over built assets

Roundup Issue Tracker: http://roundup-tracker.org/