Skip to content

Commit

Permalink
Add rootfs to addon (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
einschmidt authored Aug 4, 2022
1 parent ed62156 commit ab2aaf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

# Copy root filesystem
COPY rootfs /

# Setup base
RUN apk add --no-cache \
coreutils=9.1-r0 \
Expand Down

0 comments on commit ab2aaf9

Please sign in to comment.