Skip to content

Commit

Permalink
Remove git
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Apr 12, 2024
1 parent 83274f7 commit 53ff452
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ COPY . /hacs
ENV PIP_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/"

RUN \
ls /hacs \
&& apk add --no-cache \
apk add --no-cache \
libffi-dev \
\
&& apk add --no-cache --virtual .build-deps \
bash \
gcc \
git \
musl-dev \
\
&& bash /hacs/scripts/install/pip_packages setuptools wheel \
\
&& bash /hacs/scripts/install/pip_packages homeassistant aiogithubapi async-timeout \
&& bash /hacs/scripts/install/pip_packages -r requirements_action.txt \
\
&& bash /hacs/scripts/install/frontend \
\
Expand Down
3 changes: 3 additions & 0 deletions requirements_action.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
homeassistant==2024.3.3
aiogithubapi>=21.11.0
async-timeout>=4.0.3

0 comments on commit 53ff452

Please sign in to comment.