Skip to content

Commit

Permalink
Fix missing toolchain issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jan 1, 2025
1 parent 65d3962 commit 65f76ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM eclipse-temurin:21-jdk-alpine AS soulfire-builder
FROM eclipse-temurin:21-jdk AS soulfire-builder

# Get soulfire data
COPY --chown=root:root . /soulfire

# Install git
RUN apk add --update git
RUN apt-get update && apt-get install -y git

# Build soulfire
WORKDIR /soulfire
Expand Down

0 comments on commit 65f76ea

Please sign in to comment.