Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Update docker build to oraclelinux #1100

Merged
merged 2 commits into from
Feb 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM slacgismo/gridlabd_dockerhub_base:211105
FROM slacgismo/gridlabd_dockerhub_base:220223


ENV container docker
Expand All @@ -14,7 +14,8 @@ ENV LD_LIBRARY_PATH /usr/local/lib

VOLUME [ "/sys/fs/cgroup" ]
WORKDIR /tmp
RUN yum update -y
RUN yum clean all
RUN yum update -y
RUN yum install git -y
COPY gridlabd.sh /tmp/
RUN chmod +wx *.sh
Expand Down