From 152752218b2aa14617ae359a0efa1b1e9fda475d Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:07:34 +0900 Subject: [PATCH] fix build.yml (x17) --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3364b6..9a5821b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,6 @@ FROM ghcr.io/graalvm/native-image-community:21-muslib-ol8 as build WORKDIR /app -# Install required dependencies -RUN gu install native-image - # Copy the Gradle files and source code COPY build.gradle.kts settings.gradle.kts gradlew ./ COPY gradle gradle