Skip to content

Commit

Permalink
Add a docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 13, 2022
1 parent ec03a4f commit 46275a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Dockerfile
*~
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ RUN apt -y update && apt -y install cython3 python3-setuptools python3-setuptool
COPY . .
RUN python3 setup.py install
FROM debian:sid
RUN apt -y update && apt -y install python3 python3-configobj python3-dulwich python3-urllib3 python3-merge3 python3-patiencediff python3-fastbencode python3-yaml
COPY --from=build /usr/local /usr/local
ENTRYPOINT /usr/local/bin/brz
CMD rocks
ENTRYPOINT ["/usr/local/bin/brz"]

0 comments on commit 46275a4

Please sign in to comment.