Skip to content

Commit 366dccd

Browse files
authored
Rename Dockerfile to DockerFile
1 parent da9c51d commit 366dccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile renamed to build/DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN /opt/miniconda3/bin/conda init
88
RUN /opt/miniconda3/bin/conda create --name obdiag python=3.8 -y
99
RUN source /opt/miniconda3/bin/activate obdiag
1010
RUN /opt/miniconda3/envs/obdiag/bin/python3.8 -m pip install --upgrade pip setuptools wheel
11-
RUN yum install -y gcc gcc-c++ make
11+
RUN yum install -y gcc gcc-c++ make

0 commit comments

Comments
 (0)