added bash to franky-docker

This commit is contained in:
Liliesh 2024-07-10 18:27:11 +02:00
parent 2c2a8b392e
commit 5c2deb3ac9
Signed by: liliesh
GPG key ID: 680387646C7BAE8E

View file

@ -1,5 +1,5 @@
FROM alpine:3.20.1 FROM alpine:3.20.1
# Install base # Install base
RUN apk add --no-cache docker docker-compose RUN apk add --no-cache docker docker-compose bash
CMD [ "/bin/sh" ] CMD [ "/bin/bash" ]