Skip to content

Commit

Permalink
🔨 Add missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jan 8, 2019
1 parent 890069a commit 83af0e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ENV \
# Copy root filesystem
COPY rootfs /

# Build arch argument
ARG BUILD_ARCH=amd64

# Set shell
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -73,7 +76,6 @@ RUN \
ENTRYPOINT ["/init"]

# Build arguments
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_REF
ARG BUILD_VERSION
Expand Down

0 comments on commit 83af0e5

Please sign in to comment.