Skip to content

Commit

Permalink
Fix bug in Slurm build
Browse files Browse the repository at this point in the history
  • Loading branch information
kincl committed Oct 30, 2023
1 parent a7e2b73 commit c5f77d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions slurm/images/slurm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ FROM docker.io/golang:1.21 as build-exporter

WORKDIR /usr/src/app

RUN git clone https://github.com/vpenso/prometheus-slurm-exporter.git && \
cd prometheus-slurm-exporter && \
RUN git clone https://github.com/vpenso/prometheus-slurm-exporter.git /usr/src/app && \
make bin/prometheus-slurm-exporter

FROM scratch as tmp
Expand Down

0 comments on commit c5f77d4

Please sign in to comment.