Skip to content

Commit 520bb71

Browse files
committed
attempt to fix frontend issues with beginning and ending timestamps
1 parent 6c84db5 commit 520bb71

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

TaskEngine.Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ apt-get install -y netcat-traditional && apt-get -q update
3434
# Microsoft 8.0 issue: https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2204
3535
# This will install OpenSSL 1.1.1 because it is needed by the Speech SDK.
3636
# RUN ARCH=$(dpkg --print-architecture)
37-
COPY ./install-speech-hack-libssl1.sh /
38-
RUN /install-speech-hack-libssl1.sh
37+
# COPY ./install-speech-hack-libssl1.sh /
38+
# RUN wget /install-speech-hack-libssl1.sh
39+
40+
RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
41+
RUN dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
3942

4043

4144
FROM publish_base as publish

0 commit comments

Comments
 (0)