Skip to content

On-Premise-Recording-Nodejs build.sh Error #61

@lkaopremier

Description

@lkaopremier

My Dockerfile

FROM ubuntu:18.04

RUN apt-get update && apt-get install -y \
    curl \
    gnupg \
    build-essential \
    gcc \
    g++ \
    make \
    git \
    ffmpeg \
    tar \
    tree \
    python3 \
    && curl -fsSL https://deb.nodesource.com/setup_14.x | bash -  && \
    apt-get install -y nodejs \
    && apt-get clean \
    && rm -rf /var/lib/apt/lists/* \
    && npm install -g node-gyp@8.4.1

ADD https://download.agora.io/ardsdk/release/Agora_Recording_SDK_for_Linux_v2_3_4_FULL.tar.gz /tmp/
RUN tar -xzf /tmp/Agora_Recording_SDK_for_Linux_v2_3_4_FULL.tar.gz -C /tmp/ && \
    rm /tmp/Agora_Recording_SDK_for_Linux_v2_3_4_FULL.tar.gz

RUN git clone --branch dev/nodejs14 https://github.com/AgoraIO/Basic-Recording.git /tmp/Basic-Recording
RUN mv /tmp/Agora_Recording_SDK_for_Linux_FULL /tmp/Basic-Recording/On-Premise-Recording-Nodejs/record/src/sdk

RUN cd /tmp/Basic-Recording/On-Premise-Recording-Nodejs/record && ./build_debug.sh

Log error

Capture d’écran 2024-08-28 à 14 55 49
Capture d’écran 2024-08-28 à 14 56 06
Capture d’écran 2024-08-28 à 14 56 19

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions