Skip to content

Commit

Permalink
fix: use bash instead of sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Dec 1, 2024
1 parent b85f723 commit aa43442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:24.04
SHELL ["/bin/bash", "-c"]

RUN apt-get update && \
apt-get install -y libdbus-1-dev \
Expand Down

0 comments on commit aa43442

Please sign in to comment.