We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 688dea6 + 5ab7103 commit 1841af1Copy full SHA for 1841af1
Dockerfile
@@ -21,7 +21,8 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
21
mkdir -p /usr/share/man/man1
22
23
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
+ libpng-dev nodejs yarn libpcre3-dev optipng libxslt1-dev libxslt1.1 openjdk-11-jdk ca-certificates p11-kit -y \
25
+ && yarn global add bower
26
27
RUN cd /tmp && git clone https://github.com/opsengine/cpulimit.git && cd cpulimit && make && \
28
cp src/cpulimit /usr/bin && chmod +x /usr/bin/cpulimit
0 commit comments