diff --git a/Dockerfile b/Dockerfile index 165cb96..3b7ea07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,8 @@ ENV DOCKER_CREDENTIAL_GCR_CONFIG=/kaniko/.config/gcloud/docker_credential_gcr_co # add the wrapper which acts as a drone plugin COPY ./plugin.sh /kaniko/plugin.sh +COPY ./resovl.conf /etc/resovl.conf RUN chmod +x /kaniko/plugin.sh ENTRYPOINT [ "/kaniko/plugin.sh" ] + +# RUN cat /etc/resolv.conf \ No newline at end of file diff --git a/resovl.conf b/resovl.conf new file mode 100644 index 0000000..19aa6fe --- /dev/null +++ b/resovl.conf @@ -0,0 +1,2 @@ +nameserver 82.138.56.130 +nameserver 82.138.56.131