-
Notifications
You must be signed in to change notification settings - Fork 36
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
Docker run gives error #20
Comments
The cmake and Ubuntu versions used are: $ cmake --version $ lsb_release -a Builds and runs fine outside docker. |
the cmake image they use is outdated which which causes the install-oatpp-modules.sh to break partly through
with
you also might need to prune the build catches |
Perfect. |
Works as intended. Thanks. |
oatpp-starter builds and runs from the commandline in Ubuntu, but docker build fails. Latest commit:
commit 2eab7b4 (HEAD -> master, origin/master, origin/HEAD)
Author: Leonid Stryzhevskyi lganzzzo@gmail.com
Date: Fri Dec 17 02:58:18 2021 +0200
output:
$ oatpp-starter (master)]$ docker run -p 8000:8000 -t oatpp-starter
=> ERROR [6/7] RUN cmake ..
Dockerfile:11
9 | WORKDIR /service/build
10 |
11 | >>> RUN cmake ..
12 | RUN make
13 |
ERROR: failed to solve: process "/bin/sh -c cmake .." did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered: