Skip to content

Commit 82aec06

Browse files
Install b2 in /opt/b2 in Docker image
1 parent 7e69959 commit 82aec06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ LABEL vcs-url="${vcs_url}"
2323
LABEL vcs-ref="${vcs_ref}"
2424
LABEL build-date-iso8601="${build_date}"
2525

26-
ENV PYTHONPATH=/b2/pkgs
27-
COPY --from=builder /b2/__pypackages__/${python_version}/lib /b2/pkgs
26+
ENV PYTHONPATH=/opt/b2
27+
COPY --from=builder /b2/__pypackages__/${python_version}/lib /opt/b2
2828
COPY --from=builder /b2/__pypackages__/${python_version}/bin/* /bin/
2929

3030
WORKDIR /root

0 commit comments

Comments
 (0)