Newer
Older
FROM lsiobase/nginx:3.14
RUN \
echo "**** Install dependencies, build tools and stuff ****" && \
apk add --no-cache \
git && \
echo "**** Cleanup ****" && \
rm -rf \
/root/.cache \
/tmp/*