diff --git a/Dockerfile b/Dockerfile index 3ef1c8e..bf21f95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Docker image for an HIV-TRACE Viz development environment -FROM oraclelinux:8 +# Docker image for an HIV-TRACE Viz development environment (Red Hat Universal Base Image 8.10) +FROM redhat/ubi8:8.10 # Set up environment and install dependencies RUN yum -y update && \