You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2022. It is now read-only.
Describe the bug
While trying to run the full environment locally on Windows, the following error regarding the vim package is occurring.
error:
=> ERROR [ 7/12] RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get -yq dist-upgrade && DEBIAN_FRONTEND=noninteractive 19.2s
OpenCSPM version
0.1.23
To Reproduce
Steps to reproduce the behavior:
Screenshots
Docker information (please complete the following information):
Output of full
docker version
(notdocker -v
)Output of full
docker-compose version
(notdocker-compose -v
)D:\OpenCSPM\opencspm-demo\opencspm\docker> docker-compose -f docker-compose-development.yml up
[+] Running 0/4
[+] Building 23.8s (12/17)
=> [internal] load build definition from Dockerfile.development 0.0s
=> => transferring dockerfile: 44B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/ruby:2.7.3-slim-buster 4.5s
=> [auth] library/ruby:pull token for registry-1.docker.io 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 28B 0.0s
=> [ 1/12] FROM docker.io/library/ruby:2.7.3-slim-buster@sha256:360b27772b1a4a4b25395c5e2a8225ab70ea61a29c0fd62cd8705d6ab1417de4 0.0s
=> CACHED [ 2/12] RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends build-esse 0.0s
=> CACHED [ 3/12] RUN curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && echo 'deb http://apt.postgresql 0.0s
=> CACHED [ 4/12] RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - 0.0s
=> CACHED [ 5/12] RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo 'deb http://dl.yarnpkg.com/debian/ st 0.0s
=> CACHED [ 6/12] COPY Aptfile /tmp/Aptfile 0.0s
=> ERROR [ 7/12] RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get -yq dist-upgrade && DEBIAN_FRONTEND=noninteractive 19.2s
Cloud provider (if applicable):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: