Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Bug: Fix misspelling apk upgrade (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszchodor authored Dec 16, 2020
1 parent e0fefa5 commit 4a4b6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV COMPOSER_MEMORY_LIMIT=-1



RUN apk update && upk upgrade \
RUN apk update && apk upgrade \
&& apk add --no-cache zip libzip-dev libpng-dev git \
&& curl -sS https://getcomposer.org/installer | php -- --version=${COMPOSER_VERSION} --install-dir=/usr/local/bin --filename=composer \
&& docker-php-ext-install mysqli pdo pdo_mysql bcmath zip gd \
Expand Down

0 comments on commit 4a4b6e4

Please sign in to comment.