Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for improvement of "debconf: delaying package configuration, since apt-utils is not installed" issue when building with docker #78

Open
jjhhong opened this issue Jun 17, 2022 · 0 comments
Assignees
Labels
bug [Issue] Something isn't working

Comments

@jjhhong
Copy link

jjhhong commented Jun 17, 2022

Describe the bug
Request for improvement of "debconf: delaying package configuration, since apt-utils is not installed" issue when building with docker.
Add the following to your Dockerfile.

Related Links: https://velog.io/@khh180cm/%EB%8F%84%EC%BB%A4-%EB%B9%8C%EB%93%9C-%EC%97%90%EB%9F%AC

RUN apt-get update && apt-get install -y --no-install-recommends
vim
apt-utils
&& rm -rf /var/lib/apt/lists/*

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

System environment (please complete the following information):

  • OS: [e.g. Ubuntu 16.04, Windows, Mac OS]
  • Python : [e.g. python3.7]

Additional context
Please add the part to download the fosslight source code from git to the fosslight docker installation guide.

For beginners, unlike pip installation, in the case of docker, it seems that you may not know which file to receive or where to perform it.

  1. Please download the fosslight source scanner source code.
    git clone https://github.com/fosslight/fosslight_source_scanner.git
@jjhhong jjhhong added the bug [Issue] Something isn't working label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [Issue] Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants