KASM-6904 Refactor

This commit is contained in:
Dmitry Maksyoma 2025-03-09 17:51:37 +13:00
parent 5edf55ee99
commit c9ea601582
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@ WORKDIR $HOME/kasmvncserver
ARG KASMVNC_ALPINE_PRIVATE_KEY
ARG KASMVNC_ALPINE_PUBLIC_KEY
ENV APK_KEYS_DIR=/etc/apk/keys
ENV SCRIPTS_DIR=/tmp/scripts
COPY builder/scripts $SCRIPTS_DIR

View file

@ -20,6 +20,7 @@ install_public_signing_key() {
fi
}
APK_KEYS_DIR=/etc/apk/keys
BEGIN_PRIVATE_KEY='-----BEGIN PRIVATE KEY-----'
END_PRIVATE_KEY='-----END PRIVATE KEY-----'
BEGIN_PUBLIC_KEY='-----BEGIN PUBLIC KEY-----'