add bash dependency
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM docker:19.03
|
FROM docker:19.03
|
||||||
|
|
||||||
|
apk add bash
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user