Skip to content

Commit ddf54b8

Browse files
author
mohammad
committed
remove extra lines from dockerfile
1 parent c25e10f commit ddf54b8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Dockerfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN yum -y install yum-utils
77
RUN yum-config-manager --enable remi-php72
88
RUN yum update -y
99

10-
RUN yum install -yqq \
10+
RUN yum -y install \
1111
gcc-c++ \
1212
make \
1313
git \
@@ -23,7 +23,7 @@ RUN yum install -yqq \
2323
unixODBC \
2424
libtidy
2525

26-
RUN yum install -y \
26+
RUN yum -y install \
2727
php \
2828
php-mbstring \
2929
php-intl \
@@ -38,11 +38,6 @@ RUN yum install -y \
3838
php-mongodb \
3939
php-geos
4040

41-
RUN curl -sL https://rpm.nodesource.com/setup_8.x | bash -
42-
RUN curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo
43-
RUN yum install nodejs
44-
RUN yum install yarn
45-
4641

4742
RUN printf "display_errors=Off\nmax_execution_time=30\nmax_input_time=60\nmax_input_vars=1000\nmemory_limit=1280M\npost_max_size=8M\nupload_max_filesize=2M\nprecision=14\nserialize_precision=14" >> /etc/php.ini
4843

0 commit comments

Comments
 (0)