Skip to content

Commit

Permalink
Merge pull request #148 from Minims/dev
Browse files Browse the repository at this point in the history
chore: fix requirements in Dockerfile
  • Loading branch information
Minims authored Jan 20, 2024
2 parents 250cfdc + 710cd28 commit ceb767b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion somfyProtect2Mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PYTHONUNBUFFERED=1
ARG DEBIAN_FRONTEND="noninteractive"

# Install pip requirements
COPY requirements .
COPY requirements requirements/

RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
Expand Down

0 comments on commit ceb767b

Please sign in to comment.