Skip to content

Commit 5ebd06b

Browse files
authored
Merge pull request #113 from lichess-org/fix-ci-image
Fix ci image
2 parents 32f75a3 + 99d5e33 commit 5ebd06b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# lila-docker
22

3+
[![Publish CI image](https://github.com/lichess-org/lila-docker/actions/workflows/ci-image.yml/badge.svg)](https://github.com/lichess-org/lila-docker/actions/workflows/ci-image.yml)
4+
35
Lichess development environment using Docker Compose, for developing on Mac, Linux, or Windows (via WSL).
46

57
The only requirements for running on your local machine are `git` and Docker Desktop. All the other dependencies (Scala, MongoDB, Node.js, etc) are installed and run in Docker containers.

docker/ci.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN /lila/ui/build --clean-build --debug
1010
##################################################################################
1111
FROM mongo:7-jammy AS dbbuilder
1212

13-
RUN apt update && apt install -y python3-pip curl && apt clean
13+
RUN apt update && apt install -y python3-pip python3-venv curl && apt clean
1414
RUN pip3 install pymongo requests
1515

1616
ENV JAVA_HOME=/opt/java/openjdk

0 commit comments

Comments
 (0)