From 124892c4d663c56c8dc304d3f28df05966898813 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jul 2020 10:14:38 +0200 Subject: start to track wip --- ubi8-php.dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ubi8-php.dockerfile (limited to 'ubi8-php.dockerfile') diff --git a/ubi8-php.dockerfile b/ubi8-php.dockerfile new file mode 100644 index 0000000..9aa0802 --- /dev/null +++ b/ubi8-php.dockerfile @@ -0,0 +1,6 @@ +FROM registry.access.redhat.com/ubi8-minimal:latest + + +RUN ls -al /usr/share + + -- cgit