Skip to content

Commit

Permalink
ci: fix test image dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
codysk committed Nov 26, 2023
1 parent 484c03d commit beacfed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ENV LANG=C.UTF-8 BGMI_PATH="/bgmi/conf/bgmi"
ADD ./ /home/bgmi-docker
WORKDIR /home/bgmi-docker/BGmi

RUN apk add --update g++

RUN curl -sSL https://install.python-poetry.org | python3 - || cat *.log
RUN export PATH="/root/.local/bin:$PATH" && \
sh -c 'poetry install -vvv --with dev || cat *.log' && \
Expand Down

0 comments on commit beacfed

Please sign in to comment.