Skip to content

Commit

Permalink
rpc.h
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 27, 2023
1 parent af629da commit 24f49cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spack-flux-ubuntu-view/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG tag=jammy
FROM spack/ubuntu-${tag}:latest as builder

RUN apt-get update && apt-get install-y libntirpc-dev

# What we want to install and how we want to install it
# is specified in a manifest file (spack.yaml)
RUN mkdir /opt/spack-environment \
Expand Down Expand Up @@ -47,7 +49,7 @@ RUN { \
&& ln -s /opt/views/view /opt/view

# Ensure munge is installed and enabled. This is a design flaw
RUN apt-get update && apt-get install -y munge
RUN apt-get update && apt-get install -y munge libntirpc-dev

ENTRYPOINT [ "/entrypoint.sh" ]
CMD [ "/bin/bash" ]

0 comments on commit 24f49cc

Please sign in to comment.