This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Error while building Docker image #32
Comments
I will create a pull request as a fix for this issue shortly. Edit: Created PR #33 to possibly fix this issue. |
muellermartin
added a commit
to muellermartin/docker-matrix
that referenced
this issue
Jun 28, 2017
silvio
added a commit
that referenced
this issue
Jun 28, 2017
Fix issue #32: Add missing lock file for apt
Thanks for your error report and the commit. Please use next time the github related keywords described here. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running
docker build -t matrix .
in the repository folder fails with following error:I could fix this by inserting following lines after
&& export DEBIAN_FRONTEND=noninteractive \
(line 34):Additional information:
docker --version
:Docker version 17.03.1-ce, build c6d412e
The text was updated successfully, but these errors were encountered: