Skip to content

Commit

Permalink
removed Tinkerforge from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Mar 11, 2024
1 parent 0716617 commit 641002a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM eclipse-temurin:17-jdk-jammy
ENV TZ=Europe/Zurich

# install Tinkerforge Brick Daemon
RUN wget https://download.tinkerforge.com/apt/raspbian/tinkerforge.gpg -q -O - | tee /etc/apt/trusted.gpg.d/tinkerforge.gpg > /dev/null
RUN echo "deb https://download.tinkerforge.com/apt/raspbian bullseye main" | tee /etc/apt/sources.list.d/tinkerforge.list
RUN apt update
RUN apt install -y brickd
RUN apt install libtinkerforge-java
# # install Tinkerforge Brick Daemon
# RUN wget https://download.tinkerforge.com/apt/raspbian/tinkerforge.gpg -q -O - | tee /etc/apt/trusted.gpg.d/tinkerforge.gpg > /dev/null
# RUN echo "deb https://download.tinkerforge.com/apt/raspbian bullseye main" | tee /etc/apt/sources.list.d/tinkerforge.list
# RUN apt update
# RUN apt install -y brickd
# RUN apt install libtinkerforge-java

EXPOSE 8080
WORKDIR /app
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ This code will run on a Raspberry PI in a chicken barn. There are scales under t
### Epic v1: Chicken scale recognizes weight change and sends message about state (which chicken, an egg) via Messenger

* Story: check logs, observer and service log twice
* Story: write tests and mocks for mqtt client

* Story: (done) remove Tinkerforge from Dockerfile
* Story: (done) daily tare in the morning am 5 oclock
* Story: (done) more unit tests
* Story: (done) message when chicken leaves without an egg
Expand Down

0 comments on commit 641002a

Please sign in to comment.