mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 22:41:47 +02:00
Resolve KASM-5438 "Feature/ fix vnc kasm recorder upload and termination issues on certain distros"
This commit is contained in:
parent
e1d0918094
commit
c1523acb5c
@ -98,6 +98,7 @@ COPY ./src/ubuntu/install/printer/resources/*.ppd /etc/cups/ppd/
|
|||||||
### Install Recorder Service
|
### Install Recorder Service
|
||||||
COPY ./src/ubuntu/install/recorder $INST_SCRIPTS/recorder/
|
COPY ./src/ubuntu/install/recorder $INST_SCRIPTS/recorder/
|
||||||
RUN bash $INST_SCRIPTS/recorder/install_recorder.sh && rm -rf $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 built Squid
|
||||||
COPY --from=squid_builder /usr/local/squid /usr/local/squid
|
COPY --from=squid_builder /usr/local/squid /usr/local/squid
|
||||||
|
@ -12,7 +12,7 @@ elif [ "${DISTRO}" == "opensuse" ]; then
|
|||||||
zypper install -ny xhost
|
zypper install -ny xhost
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COMMIT_ID="a871bde8bf4e209ab2a2b2022c3f0ab36f1319be"
|
COMMIT_ID="b906f7dd511b43ff97bfb290a9dc35761453453f"
|
||||||
BRANCH="main"
|
BRANCH="main"
|
||||||
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user