Skip to content
Snippets Groups Projects
Commit a3ce0525 authored by ale's avatar ale
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #66497 passed
include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml"
FROM debian:stable-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -q update && \
apt-get install -y --no-install-recommends python3-pykmip && \
rm -fr /var/lib/apt/lists/*
ENTRYPOINT ['/usr/bin/pykmip-server']
Container image for [PyKMIP](https://pykmip.readthedocs.io/en/latest/index.html).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment