Skip to content

Commit

Permalink
Revert builder to debian due to sort -V
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Mar 22, 2021
1 parent 6e7a5c6 commit ac540c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
ARG PHP
FROM php:${PHP}-cli-alpine as builder
FROM php:${PHP}-cli as builder

# Install build dependencies
RUN set -eux \
&& apk --no-cache add \
&& DEBIAN_FRONTEND=noninteractive apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --no-install-recommends --no-install-suggests \
ca-certificates \
curl \
git \
&& git clone https://github.com/FriendsOfPHP/PHP-CS-Fixer
Expand Down

0 comments on commit ac540c2

Please sign in to comment.