Skip to content

Commit 12d54ab

Browse files
committed
Will it build now?
1 parent 22c03c2 commit 12d54ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

1717
# Install required tools
18-
RUN apt-get update && apt-get install -y curl xz-utils git bash tar su-exec
18+
RUN apt-get update && apt-get install -y curl xz-utils git bash tar
1919

2020
ENV NODE_VERSION=20.14.0
2121

0 commit comments

Comments
 (0)