diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-13 21:35:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-13 21:35:43 +0100 |
commit | 279f00d7fe0a77c451bec906c3bc4acc1cdc2caa (patch) | |
tree | 616de836c7f4a3f927d1f53f6e6859a5de01ac31 | |
parent | 34ba39672a91f6eb72cb5463b5af815bd5df3d6d (diff) |
Dockerfile: Add cpanfile.snapshot for consistency3.6.4
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |