fix Dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2022-12-15 13:23:17 +01:00
parent e0a596ab28
commit 27b006899d
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -29,7 +29,7 @@ WORKDIR ~
RUN \
arduino-cli config init
COPY arduino-cli.yaml ~/.arduino15
COPY arduino-cli.yaml ~/.arduino15/
RUN \
ls -l ~/.arduino15 && \