fixed image alpine

This commit is contained in:
mercury
2023-06-28 17:23:21 +04:00
parent 44d1201181
commit d390a08004
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from alpine:latest
from alpine:3.18.2
run apk add --no-cache --update openssh \
&& wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.32/AdGuardHome_linux_amd64.tar.gz \
&& tar -xf AdGuardHome_linux_amd64.tar.gz \
+1 -1
View File
@@ -1,4 +1,4 @@
from alpine:latest
from alpine:3.18.2
run apk add nginx-mod-stream openssh \
&& mkdir /root/.ssh \
&& mkdir /var/cache/nginx
+1 -1
View File
@@ -1,4 +1,4 @@
from alpine:latest
from alpine:3.18.2
run apk add --no-cache --update php82 \
php82-mbstring \
php82-session \
+1 -1
View File
@@ -1,4 +1,4 @@
from alpine:latest
from alpine:3.18.2
run apk add openssh git xz \
&& mkdir /root/.ssh \
&& wget https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.15.3/shadowsocks-v1.15.3.x86_64-unknown-linux-musl.tar.xz \
+1 -1
View File
@@ -1,4 +1,4 @@
from alpine:latest
from alpine:3.18.2
run apk add iproute2 linux-headers iptables xtables-addons wireguard-tools openssh \
&& mkdir /root/.ssh
env ENV="/root/.ashrc"
+1 -1
View File
@@ -1,4 +1,4 @@
from alpine:latest
from alpine:3.18.2
run apk add openssh openssl jq \
&& mkdir /root/.ssh \
&& wget https://github.com/XTLS/Xray-core/releases/download/v1.8.3/Xray-linux-64.zip \