build error
Job failed with exit code: 1. Reason: cache miss: [10/15] RUN dotnet restore MalwareMultiScan.sln --disable-parallel && echo "NuGet restore completed" cache miss: [ 8/15] WORKDIR /app cache miss: [ 6/15] RUN wget https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.408/dotnet-sdk-5.0.408-linux-x64.tar.gz && mkdir -p /usr/share/dotnet && tar -xzf dotnet-sdk-5.0.408-linux-x64.tar.gz -C /usr/share/dotnet && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet && rm dotnet-sdk-5.0.408-linux-x64.tar.gz cache miss: [ 4/15] RUN apt-get update && apt-get install -y redis-server && rm -rf /var/lib/apt/lists/* cache miss: [ 2/15] RUN apt-get update && apt-get install -y curl wget gnupg ca-certificates apt-transport-https supervisor nginx unzip git clamav clamav-daemon clamav-freshclam build-essential && rm -rf /var/lib/apt/lists/* cache miss: [12/15] WORKDIR /app/MalwareMultiScan.Ui cache miss: [ 9/15] RUN git clone https://github.com/Chronoss3/MalwareMultiScan.git . && echo "Repository cloned successfully" cache miss: [14/15] RUN echo 'server { listen 7860; server_name _; root /var/www/html; index index.html; location /api { proxy_pass http://localhost:5000; proxy_http_version 1.1; proxy_set_header Upgrade \$http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host \$host; proxy_cache_bypass \$http_upgrade; proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto \$scheme; } location / { try_files \$uri \$uri/ /index.html; } }' > /etc/nginx/sites-available/default cache miss: [ 5/15] RUN wget https://releases.hashicorp.com/consul/1.8.0/consul_1.8.0_linux_amd64.zip && unzip consul_1.8.0_linux_amd64.zip && mv consul /usr/local/bin/ && rm consul_1.8.0_linux_amd64.zip cache miss: [ 3/15] RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add - && echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" > /etc/apt/sources.list.d/mongodb-org-4.4.list && apt-get update && apt-get install -y mongodb-org && rm -rf /var/lib/apt/lists/* cache miss: [ 7/15] RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* cache miss: [11/15] RUN dotnet build MalwareMultiScan.sln -c Release --no-restore -v minimal || (echo "BUILD FAILED. See above." && exit 1) cache miss: [13/15] RUN npm install --no-audit --no-fund --prefer-offline && npm run build && mkdir -p /var/www/html && cp -r dist/* /var/www/html/ && echo "UI build completed" cache miss: [15/15] COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf {"total":20,"completed":18,"user_total":15,"user_cached":0,"user_completed":13,"user_cacheable":14,"from":1,"miss":14,"client_duration_ms":210049}
Build logs:
Fetching error logs...