Skip to content

Commit

Permalink
Add liblua5.3-0 as a daemon dependency
Browse files Browse the repository at this point in the history
This allows us to run lua scripts like job_submit.lua
  • Loading branch information
ben-z committed Mar 18, 2024
1 parent 7751849 commit 85e4b97
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 @@ -55,7 +55,7 @@ RUN groupadd --gid 64029 munge && useradd --uid 64029 --gid 64029 --home-dir /va
RUN groupadd --gid 64030 slurm && useradd --uid 64030 --gid 64030 --home-dir /var/spool/slurm --no-create-home --shell /bin/false slurm

# Install runtime dependencies
RUN apt-get update && apt-get install libmunge2 munge supervisor inotify-tools -y
RUN apt-get update && apt-get install libmunge2 munge supervisor inotify-tools liblua5.3-0 -y

RUN mkdir /run/munge && chown munge:munge /run/munge

Expand Down

0 comments on commit 85e4b97

Please sign in to comment.