Skip to content

Commit

Permalink
Cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 17, 2023
1 parent 4ba2634 commit dd2296b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions layers/console/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,3 @@ FROM bref/${CPU_PREFIX}php-$PHP_VERSION as console
COPY --link bref/bootstrap.php /opt/bref/bootstrap.php

COPY --link --from=composer /opt/bref/console-runtime /opt/bref/console-runtime

FROM alpine:3.14 as zip-console

RUN apk add zip

RUN mkdir -p /opt/bref
COPY --link --from=console /opt/bref/bootstrap.php /opt/bref/bootstrap.php
COPY --link --from=console /opt/bref/console-runtime /opt/bref/console-runtime

WORKDIR /opt

RUN zip --quiet --recurse-paths /tmp/layer.zip .

0 comments on commit dd2296b

Please sign in to comment.