mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-08 22:27:43 -05:00
[GH-ISSUE #718] I am using docker #6288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @apurbapathak on GitHub (Sep 8, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/718
my bugs on installation:
#0 514.1 npm error Exit handler never called!
#0 514.1 npm error This is an error with npm itself. Please report this error at:
#0 514.1 npm error https://github.com/npm/cli/issues
#0 514.1
#0 514.1
#0 514.1 npm error A complete log of this run can be found in: /root/.npm/_logs/2024-09-08T12_00_16_567Z-debug-0.log
Dockerfile:6
5 |
6 | >>> RUN apt-get update &&
7 | >>> apt-get install -y git python3 build-essential &&
8 | >>> npm ci &&
9 | >>> npm cache clean --force &&
10 | >>> apt purge --autoremove -y python3 build-essential &&
11 | >>> rm -rf ~/.cache/ /var/lib/apt/lists/*
12 |
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y git python3 build-essential && npm ci && npm cache clean --force && apt purge --autoremove -y python3 build-essential && rm -rf ~/.cache/ /var/lib/apt/lists/*" did not complete successfully: exit code: 1
@dumbmoron commented on GitHub (Sep 8, 2024):
please use the provided template when filing an issue
@KwiatekMiki commented on GitHub (Sep 8, 2024):