Skip to content

Commit 9a73940

Browse files
author
Max Dymond
committed
Fix CI build.sh step
Signed-off-by: Max Dymond <max.dymond@microsoft.com>
1 parent 6c7da37 commit 9a73940

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/Dockerfile.alpine

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ RUN apk update && \
66
apk add bash musl-dev shadow && \
77
# Add a user for floki using the shadow utils
88
useradd -Um -s /bin/bash floki
9-
10-
USER floki

floki.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ volumes:
99
mount: /usr/local/cargo/registry
1010

1111
forward_ssh_agent: true
12-
shell: bash
12+
shell:
13+
outer: bash
14+
inner: su floki

0 commit comments

Comments
 (0)