Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 7caaa54

Browse files
committed
🐳 Moves copy of rootfs at a later stage
1 parent 782955c commit 7caaa54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homebridge/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
ARG BUILD_FROM=hassioaddons/base-amd64:1.2.0
22
FROM ${BUILD_FROM}
33

4-
# Copy root filesystem
5-
COPY rootfs /
6-
74
# Setup base
85
RUN \
96
apk add --no-cache --virtual .build-dependencies \
@@ -31,6 +28,9 @@ RUN \
3128
\
3229
&& apk del --purge .build-dependencies
3330

31+
# Copy root filesystem
32+
COPY rootfs /
33+
3434
# Build arugments
3535
ARG BUILD_ARCH
3636
ARG BUILD_DATE

0 commit comments

Comments
 (0)