This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
base/Dockerfile

8 lines
220 B
Docker
Raw Permalink Normal View History

2016-05-26 12:09:23 +00:00
# NAME leenooks/base
2021-09-05 06:25:18 +00:00
# VERSION 8
2016-05-26 12:09:23 +00:00
2021-09-05 06:25:18 +00:00
FROM centos:8
2016-05-26 12:09:23 +00:00
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
2021-09-05 06:25:18 +00:00
RUN yum -y install http://yum.leenooks.net/repo-8.rpm epel-release && yum clean all && rm -rf /var/tmp/*