Closed sygi closed 1 year ago
When starting the docker, I get the following error:
> [stage-2 2/4] RUN ark --no-cache add bash ca-certificates: #0 0.287 /bin/sh: ark: not found
The settings that I have:
FROM geoffreybooth/meteor-base:1.8.0.1 FROM node:8.11.4-alpine
in the app-with-native-dependencies Dockerfile.
I guess it should be apk.
apk
When starting the docker, I get the following error:
The settings that I have:
in the app-with-native-dependencies Dockerfile.