Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Docker build fails when Dockerfile for ServerAndUI is used #3788

Open
kyandaks opened this issue Sep 28, 2023 · 0 comments
Open

Docker build fails when Dockerfile for ServerAndUI is used #3788

kyandaks opened this issue Sep 28, 2023 · 0 comments
Labels
type: bug bugs/ bug fixes

Comments

@kyandaks
Copy link

kyandaks commented Sep 28, 2023

Describe the bug
This is the section in the ServerAndUI dockerfile:

# Install Node
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
  && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
  && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
  && apt-get update -qq \
  && apt-get install -qq --no-install-recommends \
    build-essential \
    nodejs \
    yarn \
  && apt-get upgrade -qq \
  && rm -rf /var/lib/apt/lists/*

While using Github actions for builds, we experience this error:

ERROR: failed to solve: process "/bin/bash -o pipefail -c curl -sL https://deb.nodesource.com/setup_current.x | bash -   && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -   && echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | tee /etc/apt/sources.list.d/yarn.list   && apt-get update -qq   && apt-get install -qq --no-install-recommends     build-essential     nodejs     yarn   && apt-get upgrade -qq   && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
Error: Process completed with exit code 1

Details
Conductor version: v3.14.0
Persistence implementation: Cassandra, Postgres, MySQL, Dynomite etc
Queue implementation: Postgres, MySQL, Dynoqueues etc
Lock: Redis or Zookeeper?
Workflow definition:
Task definition:
Event handler definition:

@kyandaks kyandaks added the type: bug bugs/ bug fixes label Sep 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug bugs/ bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant