Task: Add docker from cubetiq docker image and replaced docker container

This commit is contained in:
2021-07-14 18:06:46 +07:00
parent 45ff40b618
commit 61958699cd
2 changed files with 6 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
FROM docker:latest
FROM cubetiq/calpine-docker:latest
RUN apk add bash
RUN apk update
COPY ./entrypoint.sh /entrypoint.sh