Use CA bundle instead of single certificates, make auto update URL configurable
This commit is contained in:
parent
a614bd15db
commit
82dd70a38d
14 changed files with 126 additions and 92 deletions
15
ci/Dockerfile
Normal file
15
ci/Dockerfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Use the official Python 3.9 image as the base
|
||||
FROM python:3.9-slim
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /workspace
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
|
||||
# Install PlatformIO
|
||||
RUN pip install platformio
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
CMD ["platformio", "run"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue