Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Jan 26, 2024
1 parent 52a282e commit fccaf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN cd /etc/yum.repos.d/ && \
RUN yum groupinstall "Development Tools" -y --nogpgcheck && \
yum install -y --nogpgcheck mesa-libGL libXt libXt-devel wget gcc-gfortran lapack vim tmux && \
yum clean all
RUN apt-get update && apt-get -y install cmake
RUN yum update && yum -y install cmake

ADD / /sharpy_dir/

Expand Down

0 comments on commit fccaf87

Please sign in to comment.