rspec/ci/Dockerfile

7 lines
191 B
Docker
Raw Normal View History

2022-12-13 23:03:18 +01:00
FROM public.ecr.aws/docker/library/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
2021-06-08 15:21:29 +02:00
2020-06-26 11:00:15 +02:00
CMD ["bash"]