Skip to content

Commit

Permalink
remove me
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Nov 25, 2023
1 parent fb33b9f commit 2fc9da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ LABEL build-date-iso8601="${build_date}"
WORKDIR /root

COPY ${tar_path}/${tar_name} .
RUN apt-get update
RUN apt-get install -y git
RUN ["pip", "install", "${tar_name}[full]"]

ENTRYPOINT ["b2"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
argcomplete>=2,<4
arrow>=1.0.2,<2.0.0
b2sdk>=1.26.0,<2
b2sdk @ git+https://github.com/reef-technologies/b2-sdk-python.git@240ed35bb55e06ea51f4ba424e207676aace3524#egg=b2sdk
docutils>=0.18.1
idna~=3.4; platform_system == 'Java'
importlib-metadata~=3.3; python_version < '3.8'
Expand Down

0 comments on commit 2fc9da6

Please sign in to comment.