Skip to content
Snippets Groups Projects

Delete pad after delay

Merged Roma requested to merge delete-pad-after-delay into master
Files
6
FROM python:3.8-alpine
LABEL maintainer quentinduchemin@tuta.io
ARG METRICS_BOT_VERSION=v1.0
ARG METRICS_BOT_VERSION=v1.1
# Get release
RUN wget -O code.tar.gz https://gitlab.utc.fr/picasoft/projets/picasoft-metrics-bot/-/archive/${METRICS_BOT_VERSION}/picasoft-metrics-bot-${METRICS_BOT_VERSION}.tar.gz \
Loading