Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 32c9a97

Browse files
committed
Add ENV for BIN
1 parent cb635eb commit 32c9a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN apt-get update && \
2929
rm -rf /var/lib/apt/lists/*
3030

3131
ARG BIN
32+
ENV BIN=$BIN
3233
WORKDIR /app
3334

3435
USER nobody

0 commit comments

Comments
 (0)