Skip to content

Dockerized setup #28

@looped-monk

Description

@looped-monk

Getting a 404 error when docker executes the wget command for fetching the repo url.

Here are the problematic lines.

ARG NGINX_VERSION=1.23.1
ARG NGINX_RTMP_MODULE_VERSION=1.2.2

# Download and decompress customized RTMP module. 
RUN mkdir -p /tmp/build/nginx-rtmp-module && \
    cd /tmp/build/nginx-rtmp-module && \
    wget -O nginx-rtmp-module-${NGINX_RTMP_MODULE_VERSION}.tar.gz https://github.com/ut0mt8/nginx-rtmp-module/archive/v${NGINX_RTMP_MODULE_VERSION}.tar.gz && \
    tar -zxf nginx-rtmp-module-${NGINX_RTMP_MODULE_VERSION}.tar.gz && \
    cd nginx-rtmp-module-${NGINX_RTMP_MODULE_VERSION}

Where could the issue be ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions