Skip to content

Commit

Permalink
docker: Add cargo as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Nov 25, 2023
1 parent dd0f6e4 commit 8fe0f8b
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 @@ -10,7 +10,7 @@ ENV LANG C.UTF-8
COPY . /src/xbox-webapi

# install the C compiler
RUN apk add --no-cache jq gcc musl-dev libffi-dev openssl-dev
RUN apk add --no-cache jq gcc musl-dev libffi-dev openssl-dev cargo

# instead of installing, create a wheel
RUN pip wheel --wheel-dir=/root/wheels /src/xbox-webapi
Expand Down

0 comments on commit 8fe0f8b

Please sign in to comment.