Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Fixed issue when could not yarn in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
FaZeRs committed Jul 26, 2018
1 parent 3d0564b commit 10031d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:7.2-fpm-alpine3.7
LABEL maintainer="Nauris Linde <naurislinde@gmail.com>"

RUN apk add --no-cache g++ git wget gnupg openssh-client supervisor jpegoptim optipng pngquant gifsicle libpng-dev \
RUN apk add --no-cache gcc g++ git wget gnupg openssh-client supervisor jpegoptim optipng pngquant gifsicle make libc-dev libpng-dev automake autoconf libtool nasm \
&& docker-php-ext-install pdo_mysql zip

RUN apk add --no-cache nodejs yarn
Expand Down

0 comments on commit 10031d5

Please sign in to comment.