Skip to content

Commit

Permalink
activating tinkerforge install again
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Jul 23, 2023
1 parent d1053d5 commit 36bf633
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM eclipse-temurin:17-jdk-jammy

# 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
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

0 comments on commit 36bf633

Please sign in to comment.