mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
better to upgrade too
This commit is contained in:
parent
489f91b388
commit
01c469115b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ ENV LANG C
|
|||
ENV DEBIAN_FRONTEND noninteractive
|
||||
# qtbase5-dev skipped
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get dist-upgrade -y && \
|
||||
apt-get install -y --no-install-recommends git ca-certificates build-essential cmake pkg-config libreadline-dev gcc-arm-none-eabi libnewlib-dev libbz2-dev libbluetooth-dev libpython3-dev libssl-dev sudo && \
|
||||
apt-get clean
|
||||
|
|
Loading…
Reference in a new issue