File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM balenalib /raspberrypi3:bullseye-20240227
1
+ FROM coderbot /raspberrypi3:bullseye-20240227
2
2
3
3
ENV QEMU_CPU=max
4
4
ENV DEBIAN_FRONTEND=noninteractive
@@ -25,7 +25,6 @@ RUN install_packages \
25
25
RUN install_packages \
26
26
libharfbuzz-bin \
27
27
libwebp6 \
28
- libjasper1 \
29
28
libilmbase25 \
30
29
libgstreamer1.0-0 \
31
30
libavcodec-extra58 \
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM debian:bullseye-slim
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
5
5
RUN apt-get update -y && apt-get install -y \
6
- patch \
7
6
procps \
8
7
sudo \
9
8
wget \
Original file line number Diff line number Diff line change 2
2
3
3
export PYTHONPATH=./stub:./test:./coderbot
4
4
cd /coderbot
5
- python3 coderbot/main.py & python3 wifi/main.py
5
+ python3 coderbot/main.py & python3 stub/ wifi/main.py
File renamed without changes.
You can’t perform that action at this time.
0 commit comments