Skip to content

Commit

Permalink
feat: add bash to the container.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag authored Dec 8, 2024
1 parent a9cec3b commit 4022069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:latest
RUN apk add --no-cache pipewire-tools
ENTRYPOINT ["sh"]
RUN apk add --no-cache pipewire-tools bash
ENTRYPOINT ["bash"]

0 comments on commit 4022069

Please sign in to comment.