Skip to content
Snippets Groups Projects
Commit c6352a2a authored by David Horvát's avatar David Horvát
Browse files

add machine dockerfile

parent 54c2d0d9
No related branches found
No related tags found
No related merge requests found
FROM archlinux:latest
RUN pacman-key --init
RUN pacman -Sy
RUN cat <<EOF >> /etc/pacman.conf
[mypkgs]
SigLevel = Optional TrustAll
Server = http://localhost/mypkgs
EOF
CMD /bin/bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment