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

fix dockerfile apt-get without force-yes #99

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

gutierri
Copy link
Contributor

This patch fixes the return error 100 that currently happens when trying to run the build script with docker.

E: There are problems and -y was used without --force-yes
The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update -qq && apt-get install -y -q autoconf bzip2 cpanminus gawk git libssl-dev make patch perlbrew texinfo texlive texi2html && apt-get clean && rm -rf /var/lib/apt/lists/*'
returned a non-zero code: 100

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 86.328% when pulling 6c1864d on gutierri:patch/fixs-yes-apt into 4ef5eca on aspiers:master.

@aspiers aspiers self-assigned this Apr 7, 2024
@aspiers aspiers merged commit 2544889 into aspiers:master Apr 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants