diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-13 21:51:04 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-13 21:51:04 +0100 |
commit | 9477ceae7f6b827d25799089370eb5a644b05970 (patch) | |
tree | e41b072a38eee43050d51383a5eae3b5a092fdf2 | |
parent | 0f079921da9e70d4572d0677171478d91470e7d4 (diff) |
dockerfile: respect cpanfile.snapshot
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |