Skip to content

Commit

Permalink
use Bash shell in other Dockerfiles as well (for consistency)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Dec 11, 2024
1 parent 29018f6 commit 7eee90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.20 AS alpine
SHELL ["/bin/bash", "-c"]

FROM ubuntu:20.04 AS bbb-playback
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/v1/focal260-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.20 AS alpine
SHELL ["/bin/bash", "-c"]

FROM ubuntu:20.04 AS bbb-playback
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 7eee90c

Please sign in to comment.