clean up files

main
Motiejus Jakštys 2021-05-19 22:57:50 +03:00 committed by Motiejus Jakštys
parent c957268ecc
commit 1c1003ce00
1 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ RUN apt-get update && \
docker.io
COPY layer2img.py /tmp/layer2img.py
RUN python3 /tmp/layer2img.py -o /tmp/foo.pdf
RUN rm /tmp/layer2img.py
RUN python3 /tmp/layer2img.py -o /tmp/foo.pdf && \
rm /tmp/layer2img.py /tmp/foo.pdf