summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-13 21:51:04 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-13 21:51:04 +0100
commit9477ceae7f6b827d25799089370eb5a644b05970 (patch)
treee41b072a38eee43050d51383a5eae3b5a092fdf2
parent0f079921da9e70d4572d0677171478d91470e7d4 (diff)
dockerfile: respect cpanfile.snapshot
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f93631b..d916c6c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \