mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
Merge branch 'feature/KASM-5438-fix-vnc-kasm-recorder-upload-and-termination-issues-on-certain-distros' into 'develop'
Resolve KASM-5438 "Feature/ fix vnc kasm recorder upload and termination issues on certain distros" Closes KASM-5438 See merge request kasm-technologies/internal/workspaces-core-images!165
This commit is contained in:
commit
93f423924f
@ -98,6 +98,7 @@ COPY ./src/ubuntu/install/printer/resources/*.ppd /etc/cups/ppd/
|
||||
### Install Recorder Service
|
||||
COPY ./src/ubuntu/install/recorder $INST_SCRIPTS/recorder/
|
||||
RUN bash $INST_SCRIPTS/recorder/install_recorder.sh && rm -rf $INST_SCRIPTS/recorder
|
||||
RUN apk add --no-cache coreutils # the timeout function used by the backend needs to be the one from core utils.
|
||||
|
||||
### Copy built Squid
|
||||
COPY --from=squid_builder /usr/local/squid /usr/local/squid
|
||||
|
@ -12,7 +12,7 @@ elif [ "${DISTRO}" == "opensuse" ]; then
|
||||
zypper install -ny xhost
|
||||
fi
|
||||
|
||||
COMMIT_ID="a871bde8bf4e209ab2a2b2022c3f0ab36f1319be"
|
||||
COMMIT_ID="b906f7dd511b43ff97bfb290a9dc35761453453f"
|
||||
BRANCH="main"
|
||||
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user