mirror of
https://codeberg.org/liliesh/franky.git
synced 2026-03-18 22:08:36 +01:00
Switched docker from bash to sh
This commit is contained in:
parent
3303d62959
commit
90cca67c93
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM alpine:3.20.1
|
||||
|
||||
# Install base
|
||||
RUN apk add --no-cache docker docker-compose bash
|
||||
CMD [ "/bin/bash" ]
|
||||
RUN apk add --no-cache docker docker-compose
|
||||
CMD [ "/bin/sh" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue