mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08:00
arch docker
This commit is contained in:
parent
bb098c4eab
commit
6b0b9682aa
2 changed files with 2 additions and 2 deletions
|
@ -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$'
|
||||
|
|
Loading…
Reference in a new issue