diff --git a/Dockerfile b/Dockerfile index c8d231e..c6f421b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM cubetiq/calpine-docker:latest LABEL maintainer="sombochea@cubetiqs.com" -RUN apk add --update --no-cache yarn - COPY ./entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh index c9b415e..d775212 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,7 @@ then INPUT_SHELL=sh fi if [ -z $INPUT_IMAGE ]; -then INPUT_IMAGE=cubetiq/calpine-docker +then INPUT_IMAGE=cubetiq/calpine-docker-yarn fi if [ -z $semicolon_delimited_script ];