diff --git a/Dockerfile b/Dockerfile index 4cae5f4..8b13016 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ -FROM scratch +FROM alpine:latest +RUN apk --no-cache add ca-certificates COPY cernopendata-client-go / +RUN chmod +x ./cernopendata-client-go ENTRYPOINT ["/cernopendata-client-go"] \ No newline at end of file