Skip to content

Commit 8fe0f8b

Browse files
committed
docker: Add cargo as build dependency
1 parent dd0f6e4 commit 8fe0f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV LANG C.UTF-8
1010
COPY . /src/xbox-webapi
1111

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

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

0 commit comments

Comments
 (0)