Skip to content

Commit bdfb36a

Browse files
authored
Update generic-worker.Dockerfile
Include `bash` dependency for `./build.sh` script
1 parent 9dddc1f commit bdfb36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generic-worker.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
# build depends on the .git
1010
COPY . .
1111

12-
RUN apk add --no-cache git
12+
RUN apk add --no-cache bash git
1313

1414
WORKDIR /app/tools/livelog
1515
RUN go build -o /livelog

0 commit comments

Comments
 (0)