Skip to content

Commit

Permalink
Adjustments for new base images (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 18, 2023
1 parent d4b303a commit d2e992a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ignored:
- DL3003
- DL3006
- DL3013
- DL3018
- DL3042
- SC2155
- SC2046
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ ARG \
PICOTTS_HASH \
TELLDUS_COMMIT

# Add Home Assistant wheels repository
ENV WHEELS_LINKS=https://wheels.home-assistant.io/musllinux/

##
# Install component packages
RUN \
Expand Down Expand Up @@ -42,7 +39,7 @@ RUN \
## Install pip module for component/homeassistant
COPY requirements.txt /usr/src/
RUN \
pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
pip3 install --only-binary=:all: \
-r /usr/src/requirements.txt \
&& rm -f /usr/src/requirements.txt

Expand Down Expand Up @@ -144,6 +141,7 @@ RUN \
/usr/src/telldus \
/usr/src/telldus-fix-gcc-11-issues.patch \
/usr/src/telldus-fix-alpine-3-17-issues.patch

###
# Base S6-Overlay
COPY rootfs /

0 comments on commit d2e992a

Please sign in to comment.