Commit 279f00d7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Dockerfile: Add cpanfile.snapshot for consistency

parent 34ba3967
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ FROM perl:5.30-slim
ARG DEBIAN_FRONTEND=noninteractive
ARG APT_LISTCHANGES_FRONTEND=none

COPY cpanfile /app/cpanfile
COPY cpanfile* /app/
WORKDIR /app

RUN apt-get update \