rspec/Dockerfile

7 lines
164 B
Docker
Raw Normal View History

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 && \
apt-get install -y --no-install-recommends jq php-json-schema asciidoctor pipenv git curl
2020-06-26 11:00:15 +02:00
CMD ["bash"]