Skip to content

Commit 22c03c2

Browse files
committed
This is getting annoying
1 parent d5764f8 commit 22c03c2

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ RUN go build -o docktainer
1515
FROM mcr.microsoft.com/dotnet/sdk:9.0
1616

1717
# Install required tools
18-
RUN apk add --no-cache \
19-
git \
20-
curl \
21-
bash \
22-
tar \
23-
xz \
24-
su-exec
18+
RUN apt-get update && apt-get install -y curl xz-utils git bash tar su-exec
2519

2620
ENV NODE_VERSION=20.14.0
2721

0 commit comments

Comments
 (0)