Skip to content

Commit

Permalink
Drop removed libslurmdb-dev when building dist
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 7, 2021
1 parent 640a914 commit 94961d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV DEBIAN_FRONTEND noninteractive
# slurm headers/libs are required to generate the build artifacts
RUN apt-get -qqy update && apt-get -y install --no-install-recommends build-essential gperf ragel m4 automake autoconf \
libtool libslurm-dev libslurmdb-dev slurm-wlm git ca-certificates bison
libtool libslurm-dev slurm-wlm git ca-certificates bison
RUN apt-get -y clean
RUN git clone https://github.com/bats-core/bats-core.git/ /bats
Expand Down

0 comments on commit 94961d4

Please sign in to comment.