Skip to content

Commit 0da51be

Browse files
committed
Add SHELL env required by replicated shell subcommand
Signed-off-by: Evans Mungai <[email protected]>
1 parent 0e669a9 commit 0da51be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

applications/wg-easy/container/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ WORKDIR /tools
99

1010
# Set environment variables
1111
ENV DEBIAN_FRONTEND=noninteractive \
12-
HOME=/home/devuser
12+
HOME=/home/devuser \
13+
SHELL=/bin/bash
1314

1415
# Install CLI tools
1516
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)