Browse Source

missprint

Владимир Томишинец 5 years ago
parent
commit
3e4ab93e4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM golang:1.12.10-alpine3.10 AS builder
 LABEL maintainer="joona@kuori.org"
 
 RUN apk add --update gcc musl-dev git figlet \
-    && figlet -c Building ACME-DNS
+    && figlet -c Building ACME-DNS \
     && go get github.com/joohoi/acme-dns
 
 WORKDIR /go/src/github.com/joohoi/acme-dns