Skip to content

Commit

Permalink
Merge pull request #113 from lichess-org/fix-ci-image
Browse files Browse the repository at this point in the history
Fix ci image
  • Loading branch information
fitztrev authored Aug 22, 2024
2 parents 32f75a3 + 99d5e33 commit 5ebd06b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# lila-docker

[![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)

Lichess development environment using Docker Compose, for developing on Mac, Linux, or Windows (via WSL).

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.
Expand Down
2 changes: 1 addition & 1 deletion docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN /lila/ui/build --clean-build --debug
##################################################################################
FROM mongo:7-jammy AS dbbuilder

RUN apt update && apt install -y python3-pip curl && apt clean
RUN apt update && apt install -y python3-pip python3-venv curl && apt clean
RUN pip3 install pymongo requests

ENV JAVA_HOME=/opt/java/openjdk
Expand Down

0 comments on commit 5ebd06b

Please sign in to comment.