diff --git a/Dockerfile b/Dockerfile index f704814abe10..0378ba3a3a61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,12 @@ FROM ruby:latest + ENV DEBIAN_FRONTEND noninteractive Label MAINTAINER Amir Pourmand RUN apt-get update -y && apt-get install -y --no-install-recommends \ locales \ + nodejs npm \ imagemagick \ build-essential \ zlib1g-dev \ diff --git a/bin/entry_point.sh b/bin/entry_point.sh index cdd6f0f7b806..b0759545fe98 100755 --- a/bin/entry_point.sh +++ b/bin/entry_point.sh @@ -1,4 +1,7 @@ #!/bin/bash +set -euo pipefail + +echo "Entry point script running" CONFIG_FILE=_config.yml