Skip to content

Commit 9e492df

Browse files
committed
adding flux tree to base container
Signed-off-by: vsoch <[email protected]>
1 parent c68c854 commit 9e492df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ RUN pip install -r /requirements.txt && \
2727
apt-get autoremove && \
2828
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2929

30+
# Copy the flux tree commands to the install
31+
RUN git clone --depth 1 https://github.com/flux-framework/flux-sched && \
32+
cp ./flux-sched/t/scripts/flux-tree* /usr/libexec/flux/cmd/ && \
33+
rm -rf ./flux-sched
34+
3035
WORKDIR /code
3136
COPY . /code
3237
ENTRYPOINT ["/code/entrypoint.sh"]

0 commit comments

Comments
 (0)