Skip to content
Snippets Groups Projects
Commit 9477ceae authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

dockerfile: respect cpanfile.snapshot

parent 0f079921
No related branches found
Tags 1.19.0
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment