Skip to content

Commit

Permalink
Update and rename build.Dockerfile to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trstovall authored Dec 29, 2024
1 parent bb42540 commit fa16d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ LABEL org.opencontainers.image.source=https://github.com/trstovall/arka
LABEL org.opencontainers.image.description="`arka` Python package to interact with the `coin` network."
LABEL org.opencontainers.image.licenses=MIT

WORKDIR /

RUN apk add build-base git
RUN pip install --upgrade pip
RUN pip install "git+${ARKA_SOURCE}.git"
Expand Down

0 comments on commit fa16d85

Please sign in to comment.