Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Building DB Failes #542

Closed
Pezhvak opened this issue Jun 28, 2021 · 4 comments · Fixed by #543
Closed

Building DB Failes #542

Pezhvak opened this issue Jun 28, 2021 · 4 comments · Fixed by #543

Comments

@Pezhvak
Copy link
Contributor

Pezhvak commented Jun 28, 2021

Running docker-composer build results in this error:

1 error; 399 MiB in 100 packages
The command '/bin/sh -c apk add --no-cache       build-base       curl       libc6-compat       libffi-dev       linux-headers       python3-dev       py3-pip       py-cryptography       pv       libressl-dev     && pip install --upgrade pip     && pip --no-cache-dir install -c pip-constraints.txt 'wal-e<1.0.0' envdir     && rm -rf /var/cache/apk/* /tmp/* /var/tmp/*' returned a non-zero code: 1
ERROR: Service 'db' failed to build : Build failed

Note that this is not happening before c79ed62

@zzir
Copy link

zzir commented Jul 1, 2021

db/Dockerfile line 18 is missing a backslash.

Building db
Sending build context to Docker daemon  6.144kB
Error response from daemon: dockerfile parse error line 19: unknown instruction: &&
ERROR: Service 'db' failed to build : Build failed

@Pezhvak
Copy link
Contributor Author

Pezhvak commented Jul 2, 2021

@zzir are you talking about the current state of the repo?

@zzir
Copy link

zzir commented Jul 2, 2021

@zzir are you talking about the current state of the repo?

about #543

Pezhvak added a commit to Pezhvak/mattermost-docker that referenced this issue Jul 2, 2021
@Pezhvak
Copy link
Contributor Author

Pezhvak commented Jul 2, 2021

@zzir Fixed, thanks for mentioning. 7969379

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants