Skip to content

Commit

Permalink
Allow binary packages installed in dockerfile (#4373)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Oct 23, 2024
1 parent af23a23 commit d603297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /workspaces/esphome-docs
ENV PATH="${PATH}:/home/esphome/.local/bin"

COPY requirements.txt ./
RUN pip3 install --no-cache-dir --no-binary :all: -r requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt

EXPOSE 8000

Expand Down

0 comments on commit d603297

Please sign in to comment.