fix: drone, docker-compose, Dockerfile and Makefile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-30 20:13:06 +02:00
parent b7c64622c9
commit 0104e01dcc
7 changed files with 284 additions and 60 deletions

View File

@ -1,5 +1,5 @@
ARG BASE_IMAGE
FROM docker.io/library/alpine:3.14.2
FROM ${BASE_IMAGE}
RUN apk add bind-tools curl iputils
RUN apk add bind-tools curl iputils
ENTRYPOINT [ "sleep", "3600" ]