Commit f71c4870 by Hubert

fixed gpg key import

1 parent a727979e
Showing with 7 additions and 5 deletions
docker-compose build
docker-compose up
docker-compose exec butterflow bash
docker-compose run --rm butterflow
usage reminder:
......
......@@ -6,3 +6,6 @@ services:
restart: always
volumes:
- ./data:/data
command: ['bash']
tty: true
stdin_open: true
......@@ -18,8 +18,8 @@ RUN sudo -u yaourt rm -rf /tmp/package-query && \
echo 'EXPORT=2' >> /etc/yaourtrc && \
sudo -u yaourt yaourt --version
RUN sudo -u yaourt yaourt -Sy --noconfirm butterflow
RUN sudo gpg --import 702353E0F7E48EDB
RUN sudo -u yaourt yaourt -S --noconfirm intel-opencl-runtime
RUN sudo -u yaourt yaourt -Sy --noconfirm butterflow;
RUN sudo -u yaourt gpg --recv-keys 702353E0F7E48EDB && \
sudo -u yaourt yaourt -S --noconfirm intel-opencl-runtime;
CMD /bin/bash
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!