From fa60720fe95711a68dd4f1cb57fbc79fc6fc2e5c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:59:18 +0200 Subject: Adding upstream version 2.4.0. Signed-off-by: Daniel Baumann --- tests/distros/Dockerfile.centos | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/distros/Dockerfile.centos (limited to 'tests/distros/Dockerfile.centos') diff --git a/tests/distros/Dockerfile.centos b/tests/distros/Dockerfile.centos new file mode 100644 index 0000000..bc4fd7e --- /dev/null +++ b/tests/distros/Dockerfile.centos @@ -0,0 +1,18 @@ +# syntax=docker/dockerfile:1.3 + +FROM docker.io/library/centos:7 + +RUN yum install -y epel-release && yum install -y make python36 && yum clean all + +WORKDIR /usr/src/app + +COPY asciinema/ asciinema/ +COPY tests/ tests/ + +ENV LANG="en_US.utf8" + +USER nobody + +ENTRYPOINT ["/bin/bash"] + +# vim:ft=dockerfile -- cgit v1.2.3