Skip to content

Commit

Permalink
Merge pull request #6 from bassamghanoum/patch-1
Browse files Browse the repository at this point in the history
Added bower
  • Loading branch information
sweoggy authored Dec 9, 2019
2 parents 688dea6 + 5ab7103 commit 1841af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
mkdir -p /usr/share/man/man1

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

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

0 comments on commit 1841af1

Please sign in to comment.