dockerfile: respect cpanfile.snapshot
This commit is contained in:
parent
0f079921da
commit
9477ceae7f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
COPY cpanfile /app/cpanfile
|
COPY cpanfile* /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
|
|
Loading…
Reference in a new issue