fix Dockerfile syntax

This commit is contained in:
Mauro Torrez 2019-09-09 17:59:32 -03:00
parent 14402dd44e
commit 32037fcee8

View File

@ -1,6 +1,6 @@
FROM golang:1.9-alpine as confd
LABEL maintainer "Mauro Torrez <mauro@mau.ro>" LABEL maintainer "Mauro Torrez <mauro@mau.ro>"
# confd ----------------------------------------------------------------------- # confd -----------------------------------------------------------------------
FROM golang:1.9-alpine as confd
ARG CONFD_VERSION=0.16.0 ARG CONFD_VERSION=0.16.0
ADD https://github.com/kelseyhightower/confd/archive/v${CONFD_VERSION}.tar.gz /tmp/ ADD https://github.com/kelseyhightower/confd/archive/v${CONFD_VERSION}.tar.gz /tmp/
RUN apk add --no-cache bzip2 make && \ RUN apk add --no-cache bzip2 make && \