3 RUN apk add --no-cache \
8 RUN pip3 install awscli
9 RUN rm -rf /var/cache/apk/*
11 RUN bundle config --global frozen 1
12 RUN bundle config --global deployment 'true'
13 RUN bundle config set --local without 'development'
21 COPY scripts/mime.types /etc/mime.types
24 ENTRYPOINT ["bundle", "exec", "jekyll"]