Skip to content

Commit

Permalink
Merge branch 'main' of github.com:/NCCA/NGL
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacey committed Jun 14, 2023
2 parents c1a9a5d + b0e9da7 commit e22cb14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfiles/Alma/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#set the base image
FROM almalinux:latest
FROM almalinux
# install tools
RUN dnf -y groupinstall "Development Tools" && \
dnf -y --enablerepo=crb install g++ wget vim ninja-build \
mesa-libGL-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel openssl-devel



WORKDIR /home/ncca
ENV HOME /home/ncca
ENV PATH=$PATH:/usr/local/bin
Expand Down

0 comments on commit e22cb14

Please sign in to comment.