dockerfile: respect cpanfile.snapshot

This commit is contained in:
Daniel Friesel 2020-12-13 21:51:04 +01:00
parent 0f079921da
commit 9477ceae7f

View file

@ -2,7 +2,7 @@ FROM debian:stretch-slim
ARG DEBIAN_FRONTEND=noninteractive
COPY cpanfile /app/cpanfile
COPY cpanfile* /app/
WORKDIR /app
RUN apt-get update && apt-get install --no-install-recommends -y \