We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08a2da commit 2286902Copy full SHA for 2286902
Dockerfile
@@ -1,7 +1,7 @@
1
FROM archlinux/base@sha256:b51848238f91eb50f3962041b2a23b7a1e4d588c53a0ba8419d4e3b28d652e7f
2
MAINTAINER Adam Schwalm <[email protected]>
3
4
-RUN pacman -y --noconfirm -S base-devel libffi bc rustup nasm python grub libisoburn qemu
+RUN pacman -y --noconfirm -S base-devel libffi bc rustup nasm python grub libisoburn qemu git
5
RUN useradd -m mythril
6
7
USER mythril
0 commit comments