openconnect

This commit is contained in:
mercury
2024-01-29 22:26:51 +04:00
parent 6fc7571e76
commit aa48fb3bda
16 changed files with 1100 additions and 31 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
FROM alpine:3.18.2
ARG image
FROM $image
RUN apk add --no-cache --update php81 \
php81-mbstring \
php81-session \