CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 04:56:15 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=ef36a636ddd6864636a1ebbeb8064d7be65921ffaa134e89325f81539de7b09ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22RuFmPe97rZKZry_wHMYir3oxLS_nVy0F%22%3B%7D; HttpOnly; Path=/
cf-ray: 98dc3fd90b04b9d7-BLR
FROM centosCOPY ./ ./# Install DependenciesRUN curl -sL https://rpm.node - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM centos
- COPY ./ ./
- # Install Dependencies
- RUN curl -sL https://rpm.nodesource.com/setup_10.x | bash -
- RUN yum install -y nodejs rpm-build redhat-rpm-config
- RUN rm -rf node_modules
- RUN npm i --production
- RUN yum install -y wget
- RUN wget https://github.com/mikefarah/yq/releases/download/2.4.1/yq_linux_amd64
- RUN chmod u+x yq_linux_amd64
- # Build .rpm Package
- # Use pushd/popd in Dockerfile - https://stackoverflow.com/a/55434085/11511781
- RUN bash -xc "\
- mkdir -p /root/rpmbuild; \
- cp -r ./* /root/rpmbuild/; \
- pushd /root/rpmbuild; \
- npx speculate; \
- rpmbuild -bb /root/rpmbuild/SPECS/menlolab-runner.spec; \
- popd; \
- cp -r /root/rpmbuild/RPMS/x86_64/* .; \
- "
- # Install MenloLab-Runner
- RUN v=`node -p 'require("./package.json").version'`
- RUN yum localinstall -y menlolab-runner-$v*.rpm
Advertisement
Add Comment
Please, Sign In to add comment
-
π‘ EASY MONEY GUIDE β
Working
JavaScript | 4 sec ago | 0.24 KB
-
π Instant BTC Profit Method β
Working Y
JavaScript | 6 sec ago | 0.25 KB
-
π₯ Exchange profit method
JavaScript | 14 sec ago | 0.24 KB
-
β
Make $2500 in 20 minutesβ 3
JavaScript | 15 sec ago | 0.25 KB
-
π MAKE $2500 IN 15 MIN β
Working
JavaScript | 23 sec ago | 0.24 KB
-
π Swapzone +37% glitch β Q
JavaScript | 24 sec ago | 0.25 KB
-
β‘ Crypto Swap Glitch β
Working β‘
JavaScript | 33 sec ago | 0.24 KB
-
β
β Make huge profits on trading ββ B
JavaScript | 35 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand