2021-02-12 15:18:24 +01:00
|
|
|
FROM python:3.9-slim-buster
|
2020-06-23 11:33:04 +02:00
|
|
|
|
2020-06-26 11:00:15 +02:00
|
|
|
RUN apt-get update && \
|
2021-06-03 16:04:36 +02:00
|
|
|
apt-get install -y --no-install-recommends jq php-json-schema asciidoctor pipenv git curl
|
2021-02-12 15:18:24 +01:00
|
|
|
|
2020-06-26 11:00:15 +02:00
|
|
|
CMD ["bash"]
|