Commit 9477ceae authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

dockerfile: respect cpanfile.snapshot

parent 0f079921
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \