(trivial) wine build: rm keys in Dockerfile

This commit is contained in:
SomberNight 2019-09-03 14:18:56 +02:00
parent 3d7cb935ff
commit fd70b806de
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -25,9 +25,11 @@ RUN apt-get update -q && \
RUN wget -nc https://dl.winehq.org/wine-builds/Release.key && \ RUN wget -nc https://dl.winehq.org/wine-builds/Release.key && \
echo "c51bcb8cc4a12abfbd7c7660eaf90f49674d15e222c262f27e6c96429111b822 Release.key" | sha256sum -c - && \ echo "c51bcb8cc4a12abfbd7c7660eaf90f49674d15e222c262f27e6c96429111b822 Release.key" | sha256sum -c - && \
apt-key add Release.key && \ apt-key add Release.key && \
rm Release.key && \
wget -nc https://dl.winehq.org/wine-builds/winehq.key && \ wget -nc https://dl.winehq.org/wine-builds/winehq.key && \
echo "78b185fabdb323971d13bd329fefc8038e08559aa51c4996de18db0639a51df6 winehq.key" | sha256sum -c - && \ echo "78b185fabdb323971d13bd329fefc8038e08559aa51c4996de18db0639a51df6 winehq.key" | sha256sum -c - && \
apt-key add winehq.key && \ apt-key add winehq.key && \
rm winehq.key && \
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \ apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
apt-get update -q && \ apt-get update -q && \
apt-get install -qy \ apt-get install -qy \