🐜➡️ Random: Dockerfile ⬅️🐜

This commit is contained in:
casjay 2022-10-27 17:39:46 -04:00
parent e110b7cd1d
commit 4a3e9d25b2
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -25,7 +25,8 @@ RUN set -ex; \
echo "http://dl-cdn.alpinelinux.org/alpine/${ALPINE_VERSION}/community" >>"/etc/apk/repositories"; \
if [ "${ALPINE_VERSION}" = "edge" ]; then echo "http://dl-cdn.alpinelinux.org/alpine/${ALPINE_VERSION}/testing" >>"/etc/apk/repositories" ; fi ; \
apk update --update-cache && apk add --no-cache ${PACK_LIST} && \
git clone -q https://github.com/casjay-heroku/commitment /app
git clone -q https://github.com/casjay-heroku/commitment /app && \
cd /app && pip install -r requirements.txt
RUN echo 'Running cleanup' ; \
rm -Rf /usr/share/doc/* /usr/share/info/* /tmp/* /var/tmp/* ; \