Skip to content

Commit

Permalink
Update docker build for Voltcraft SEM6000 relay
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jan 5, 2024
1 parent ed873a3 commit 219a52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN git clone https://github.com/SequentMicrosystems/4relay-rpi.git --depth 1 "3
&& git clone https://github.com/SequentMicrosystems/4relind-rpi.git --depth 1 "3rdparty/4relind-rpi" \
&& git clone https://github.com/SequentMicrosystems/8relind-rpi.git --depth 1 "3rdparty/8relind-rpi" \
&& git clone https://github.com/AtlasScientific/Raspberry-Pi-sample-code.git --depth 1 "3rdparty/AtlasScientific" \
&& git clone https://github.com/moormaster/python3-voltcraft-sem6000.git --depth 1 "3rdparty/python3-voltcraft-sem6000" \
&& rm -Rf 3rdparty/Bright-Pi/Documents \
&& find . -type d -name "__pycache__" -exec rm -r {} + \
&& find . -type f -name "*.pyc" -delete \
Expand Down

0 comments on commit 219a52d

Please sign in to comment.