Skip to content

Commit 7610272

Browse files
committed
remove flux-tree commands from flux restful api
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 2a4dc97 commit 7610272

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ 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-
3530
WORKDIR /code
3631
COPY . /code
3732
ENTRYPOINT ["/code/entrypoint.sh"]

0 commit comments

Comments
 (0)