Skip to content

Commit

Permalink
fix(dockerfile) remove apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Jan 13, 2024
1 parent d5d7abb commit 503ad16
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
Expand Up @@ -3,8 +3,8 @@ FROM --platform=$TARGETPLATFORM eclipse-temurin:21-jre-alpine
RUN mkdir /app
WORKDIR /app

# Download packages
RUN apt-get update && apt-get install -y wget
# Download wget
RUN #apk add --no-cache wget

COPY build/libs/*-all.jar /app/minesweeper.jar

Expand Down

0 comments on commit 503ad16

Please sign in to comment.