Skip to content

Commit 0984d16

Browse files
committed
fix stub, remove jasper
1 parent 1aa55c0 commit 0984d16

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM balenalib/raspberrypi3:bullseye-20240227
1+
FROM coderbot/raspberrypi3:bullseye-20240227
22

33
ENV QEMU_CPU=max
44
ENV DEBIAN_FRONTEND=noninteractive
@@ -25,7 +25,6 @@ RUN install_packages \
2525
RUN install_packages \
2626
libharfbuzz-bin \
2727
libwebp6 \
28-
libjasper1 \
2928
libilmbase25 \
3029
libgstreamer1.0-0 \
3130
libavcodec-extra58 \

docker/stub/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM debian:bullseye-slim
33
ENV DEBIAN_FRONTEND=noninteractive
44

55
RUN apt-get update -y && apt-get install -y \
6-
patch \
76
procps \
87
sudo \
98
wget \

docker/stub/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
export PYTHONPATH=./stub:./test:./coderbot
44
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.

0 commit comments

Comments
 (0)