Skip to content

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 2, 2017
1 parent fe510cb commit 594bcd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ssh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ FROM ${BUILD_FROM}
# Add env
ENV TERM="xterm-256color"

# Copy root filesystem
COPY rootfs /

# Setup base
RUN \
apk add --no-cache \
Expand Down Expand Up @@ -36,6 +33,9 @@ RUN \
\
&& rm -f -r /tmp/*

# Copy root filesystem
COPY rootfs /

# Build arugments
ARG BUILD_ARCH
ARG BUILD_DATE
Expand Down

0 comments on commit 594bcd7

Please sign in to comment.