Skip to content

Commit 6bd1909

Browse files
Updated for acl downloads
1 parent a38c4e9 commit 6bd1909

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ WORKDIR /app
1919
COPY --from=builder /app/bin/laclm ./bin/laclm
2020

2121
# Install bash in case needed
22-
RUN apt-get update && apt-get install -y bash && rm -rf /var/lib/apt/lists/*
22+
# RUN apt-get update && apt-get install -y bash && rm -rf /var/lib/apt/lists/*
23+
24+
RUN apt-get update && apt-get install -y bash acl && rm -rf /var/lib/apt/lists/*
2325

2426
EXPOSE 8080
2527

0 commit comments

Comments
 (0)