- image: alpine:latest steps: - checkout - run: name: Install Git, yq, and jq command: | apk add --no-cache git jq curl curl -sLo /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 chmod +x /usr/local/bin/yq - run: name: ...
{ wget --no-check-certificate --continue -qO $TEMP_DIR/jq https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-$JQ_ARCH >/dev/null 2>&1 && chmod +x $TEMP_DIR/jq >/dev/null 2>&1; }& { wget --no-check-certificate --continue -qO $TEMP_DIR/qrencode https://gi...
TESTREPO="http://nl.alpinelinux.org/alpine/edge/testing" if ! grep -qF "$TESTREPO" /etc/apk/repositories ; then $SUDO echo "$TESTREPO" | sudo tee -a /etc/apk/repositories > /dev/null fi source alpine/APKBUILD.in $SUDO apk --update add abuild build-base ccache $makedepen...
2. Install Linux distribution Alpine with termux Install curl -LO https://raw.githubusercontents.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh bash TermuxAlpine.sh start alpine startalpine 3. Install Qinglong on Alpine Install the develop branch test here, you can change the following QL_BRANCH...
function ensure_decent_gcc_on_ubuntu { # point gcc to the one offered by g++-7 if the used one is not # new enough local old=$(gcc -dumpfullversion -dumpversion) local new=$1 local codename=$2 if dpkg --compare-versions $old ge ${new}.0; then ...
git,curl, andjqinstalled on your local machine. You’ll usegitto clone the OpenFaaS repository,curlto test the API, andjqto transform rawJSONresponses from the API to human-readable JSON. To install the required dependencies for this setup, use the following commands:sudo apt-get...
This is causing addons not to work as there is now a separate armv7 architecture support in Alpine Linux since 3.9 (released Jan 30, 2019) and therefore for Hass.io. Addon base image does not support ARMv6 so armhf was dropped in favor of armv7, see issue: hassio-addons/addon-ubuntu...
RUN apk update RUN apk add \ build-base \ libtool \ autoconf \ automake \ jq \ openssh \ python Any ideas? Thanks. :) I'm not familiar with Alpine Linux but doing a quick query on it's package manager suggests execinfo.h is part of libexecinfo-dev: ...
x-ui精简修改版脚本,支持多节点聚合订阅、sing-box订阅、clash-meta订阅的配置输出,集成argo隧道功能,默认节点即可解锁ChatGPT,xray配置已添加支持warp-socks5与wireguard warp出站分流,实现多IP出站分流共存 - x-ui-yg/install.sh at main · racknerd98/x-ui-yg
nginx_image="${nginx_image:-nginx:1.22.1-alpine}" mysql5_image="${mysql5_image:-mysql:5.7.41}" mysql8_image="${mysql8_image:-mysql:8.0.23}" adminer_image="${adminer_image:-adminer:4.8.1}" mongo_image="${mongo_image:-mongo:7.0.3}" rocketmq_image="${rocketmq_image:-...