mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
remove docker debian oldstable
This commit is contained in:
parent
cbab6a74c9
commit
5d13f1a409
5 changed files with 0 additions and 38 deletions
|
@ -1,19 +0,0 @@
|
||||||
FROM debian:buster-slim
|
|
||||||
|
|
||||||
ENV LANG C
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
|
||||||
# qtbase5-dev skipped
|
|
||||||
RUN apt-get update && \
|
|
||||||
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 sudo && \
|
|
||||||
apt-get clean
|
|
||||||
|
|
||||||
# Create rrg user
|
|
||||||
RUN useradd -ms /bin/bash rrg
|
|
||||||
RUN passwd -d rrg
|
|
||||||
RUN printf 'rrg ALL=(ALL) ALL\n' | tee -a /etc/sudoers
|
|
||||||
|
|
||||||
USER rrg
|
|
||||||
WORKDIR "/home/rrg"
|
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
|
|
@ -1,9 +0,0 @@
|
||||||
# Notes to run tests
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install python3-minimal
|
|
||||||
sudo apt install python3-pip
|
|
||||||
python3 -m pip install ansicolors sslcrypto
|
|
||||||
tools/pm3_tests.sh --long
|
|
||||||
```
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
docker build -t "pm3-debian-buster:1.0" .
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
docker image rm pm3-debian-buster:1.0
|
|
||||||
docker image rm buster-slim
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
docker run --volume=$(pwd)/../..:/home/rrg/proxmark3 -it pm3-debian-buster:1.0
|
|
Loading…
Add table
Add a link
Reference in a new issue