diff options
Diffstat (limited to 'ubi8-php.dockerfile')
-rw-r--r-- | ubi8-php.dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
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 + + |