diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 293f004..8a7837d 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -19,5 +19,3 @@ RUN set -ex; \ echo "Add alpine edge testing repository"; \ apk add --no-cache ${APK_INSTALL}; \ fi - -CMD ["/bin/sh"]