remove docker debian oldstable

This commit is contained in:
Philippe Teuwen 2021-09-05 00:18:08 +02:00
commit 5d13f1a409
5 changed files with 0 additions and 38 deletions

View file

@ -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"]

View file

@ -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
```

View file

@ -1,3 +0,0 @@
#!/bin/bash
docker build -t "pm3-debian-buster:1.0" .

View file

@ -1,4 +0,0 @@
#!/bin/bash
docker image rm pm3-debian-buster:1.0
docker image rm buster-slim

View file

@ -1,3 +0,0 @@
#!/bin/bash
docker run --volume=$(pwd)/../..:/home/rrg/proxmark3 -it pm3-debian-buster:1.0