Skip to content

Commit

Permalink
Rename Dockerfile to DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi authored Dec 5, 2024
1 parent da9c51d commit 366dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile → build/DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN /opt/miniconda3/bin/conda init
RUN /opt/miniconda3/bin/conda create --name obdiag python=3.8 -y
RUN source /opt/miniconda3/bin/activate obdiag
RUN /opt/miniconda3/envs/obdiag/bin/python3.8 -m pip install --upgrade pip setuptools wheel
RUN yum install -y gcc gcc-c++ make
RUN yum install -y gcc gcc-c++ make

0 comments on commit 366dccd

Please sign in to comment.