Skip to content

Commit 1841af1

Browse files
authored
Merge pull request #6 from bassamghanoum/patch-1
Added bower
2 parents 688dea6 + 5ab7103 commit 1841af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
2121
mkdir -p /usr/share/man/man1
2222

2323
RUN apt update && apt upgrade -y && apt install unzip mariadb-client git zlibc zlib1g zlib1g-dev libzip-dev libicu-dev \
24-
libpng-dev nodejs yarn libpcre3-dev optipng libxslt1-dev libxslt1.1 openjdk-11-jdk ca-certificates p11-kit -y
24+
libpng-dev nodejs yarn libpcre3-dev optipng libxslt1-dev libxslt1.1 openjdk-11-jdk ca-certificates p11-kit -y \
25+
&& yarn global add bower
2526

2627
RUN cd /tmp && git clone https://github.com/opsengine/cpulimit.git && cd cpulimit && make && \
2728
cp src/cpulimit /usr/bin && chmod +x /usr/bin/cpulimit

0 commit comments

Comments
 (0)