Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Bst not working inside a docker container with node:14.0-alpine #650

@dmarvp

Description

@dmarvp

Description:

When installing bst inside a docker container it won't execute tests.

Dockerfile:

FROM node:14.0-alpine
RUN apk add bash zip
RUN npm install bespoken-tools@latest -g
RUN bst -v

Steps To Reproduce

Steps to reproduce the behavior:

  1. Build a docker image with bst installed and run it
  2. Connect to the container
  3. Run bst test

Expected behavior

Tests should be executed correctly.

Actual behavior

The following error appears and bst is not executed:

(node:70) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:77) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions