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

Commit

Permalink
🐳 Moves copy of rootfs at a later stage
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 3, 2017
1 parent 782955c commit 7caaa54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homebridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
ARG BUILD_FROM=hassioaddons/base-amd64:1.2.0
FROM ${BUILD_FROM}

# Copy root filesystem
COPY rootfs /

# Setup base
RUN \
apk add --no-cache --virtual .build-dependencies \
Expand Down Expand Up @@ -31,6 +28,9 @@ RUN \
\
&& apk del --purge .build-dependencies

# Copy root filesystem
COPY rootfs /

# Build arugments
ARG BUILD_ARCH
ARG BUILD_DATE
Expand Down

0 comments on commit 7caaa54

Please sign in to comment.