Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Feb 21, 2024
1 parent 7ccbc50 commit 6ccee2e
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 @@ -4,7 +4,7 @@ COPY . /tmp/workspace_deluxe
WORKDIR /tmp
RUN apt-get update -y && \
apt-get install -y ant git ca-certificates python3-sphinx && \
git clone https://github.com/kbase/jars && \
git clone -b dev-kbase_auth2test_0.6.1 https://github.com/kbase/jars && \
cd workspace_deluxe && \
make docker_deps

Expand Down

0 comments on commit 6ccee2e

Please sign in to comment.