diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-06 10:12:34 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-06 10:12:34 +0200 |
commit | 99adf8754f897b929f6997131da04c4793528312 (patch) | |
tree | 33265e6ce5a9ea7f26bab07713e42eb76126dabf | |
parent | 8512ad2643573658335965df565ffe42fcfba72e (diff) | |
download | rpm-package-builder-99adf8754f897b929f6997131da04c4793528312.tar.gz |
fix syntax error
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ENV SUMMARY="Fedora builder" \ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ summary="${SUMMARY}" \ - description="${DESCRIPTION}" \ + description="${DESCRIPTION}" USER root |