Владимир Томишинец %!s(int64=5) %!d(string=hai) anos
pai
achega
cb9e99f328
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

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