Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Sep 28, 2023
1 parent 1a9b72b commit 98d2cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amazoncorretto:21-alpine

RUN apt-get update && \
apt-get install --no-install-recommends -y curl npm nodejs git wget
RUN apk update && \
apk add curl npm nodejs git wget

RUN mkdir -p /tools /plugins /data
VOLUME /data
Expand Down

0 comments on commit 98d2cac

Please sign in to comment.