herlanS_ %!s(int64=3) %!d(string=hai) anos
pai
achega
5692da1d65
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,5 +1,6 @@
 FROM maven:3.8.1-jdk-8
 MAINTAINER Herlan Septiyan
-RUN apk --no-cache add curl
+RUN apt-get update
+RUN apt-get -y install curl
 WORKDIR /app
 CMD ["mvn", "spring-boot:run"]