I am trying to create a docker image for the Wago Connector app from advanced tutorial.
cd DemoMachineKit
npm run node:wago-connector:docker:build-amd64
The build process aborts with error message:
Step 1/9 : FROM node:10-alpine as build
—> b328632eb00c
Step 2/9 : WORKDIR /usr/src/app
—> Using cache
—> 5b881408aef5
Step 3/9 : RUN apk add --update gcc g++ libc-dev python3 make
—> Running in 031fe7601bd2
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.11/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.70f61090.tar.gz: No such file or directory
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.11/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.ca2fea5b.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
My configuration is
- Ubuntu: 18.04
- npm: 6.14.8
- Docker version 19.03.6,
- Advanced Tutorial: https://developer.actyx.com/docs/learn-actyx/advanced-tutorial/get-started