Skip to content

Commit beacfed

Browse files
committed
ci: fix test image dependency
1 parent 484c03d commit beacfed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile-test

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ENV LANG=C.UTF-8 BGMI_PATH="/bgmi/conf/bgmi"
55
ADD ./ /home/bgmi-docker
66
WORKDIR /home/bgmi-docker/BGmi
77

8+
RUN apk add --update g++
9+
810
RUN curl -sSL https://install.python-poetry.org | python3 - || cat *.log
911
RUN export PATH="/root/.local/bin:$PATH" && \
1012
sh -c 'poetry install -vvv --with dev || cat *.log' && \

0 commit comments

Comments
 (0)