Tinkerbell.Sandbox/deploy/tls/Dockerfile

8 lines
247 B
Docker
Raw Normal View History

2020-08-20 11:53:27 +00:00
FROM alpine:3.11
ENTRYPOINT [ "/entrypoint.sh" ]
RUN apk add --no-cache --update --upgrade ca-certificates postgresql-client
RUN apk add --no-cache --update --upgrade --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing cfssl
COPY . .