From ee1fb372d456ab566667cd957771cb028adaef73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sat, 26 Apr 2025 09:54:20 +0200 Subject: [PATCH] build(devcontainer): Fix the required dependencies --- .devcontainer/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1a44bc7..0803408 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,3 @@ FROM archlinux:base -# At the moment, Gradle is not compatible with Java 20 - -RUN pacman -Syuu --noconfirm git jdk22-openjdk libxcrypt-compat nodejs yarn +RUN pacman -Syuu --noconfirm git jdk-openjdk libxcrypt-compat -- 2.51.2