aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-06 10:12:34 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-06 10:12:34 +0200
commit99adf8754f897b929f6997131da04c4793528312 (patch)
tree33265e6ce5a9ea7f26bab07713e42eb76126dabf
parent8512ad2643573658335965df565ffe42fcfba72e (diff)
downloadrpm-package-builder-99adf8754f897b929f6997131da04c4793528312.tar.gz
fix syntax error
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 609f492..d59913b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ ENV SUMMARY="Fedora builder" \
LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \
summary="${SUMMARY}" \
- description="${DESCRIPTION}" \
+ description="${DESCRIPTION}"
USER root