mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
arch docker
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM archlinux:base
|
||||
|
||||
ENV LANG C
|
||||
RUN pacman -Syy
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN pacman-db-upgrade
|
||||
# qt5-base skipped
|
||||
# bluez skipped, can't be installed in docker
|
||||
|
||||
@@ -13,7 +13,7 @@ Include = /etc/pacman.d/mirrorlist
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
EOF
|
||||
|
||||
sudo pacman -Sy
|
||||
sudo pacman -Syu
|
||||
|
||||
# search available versions
|
||||
pacman -Ss '^arm-none-eabi-gcc$'
|
||||
|
||||
Reference in New Issue
Block a user