Skip to content

Commit

Permalink
Remove unnecessary newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Jul 29, 2021
1 parent 82c396c commit e11c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbs/_defaults/src/build/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ RUN chmod -R 600 /root/.gnupg/
RUN apt-get install reprepro gnupg-agent gnupg2 -y
ADD private-key.gpg public-key.gpg /tmp/
RUN gpg -q --batch --yes --passphrase ${gpg_pass} --import /tmp/private-key.gpg /tmp/public-key.gpg && \
rm /tmp/private-key.gpg /tmp/public-key.gpg
rm /tmp/private-key.gpg /tmp/public-key.gpg

0 comments on commit e11c35b

Please sign in to comment.