Sending build context to Docker daemon 90.62kB
Step 1/37 : FROM node:latest AS build-js
latest: Pulling from library/node
no matching manifest for linux/386 in the manifest list entries
Is this fixable? I've been at this for hours. Had to wait 3 hours for apt update to become available from kali. Idk why that was.
I followed the readme instructions for building.
I used sudo docker build -t sneaky_gophish .
And I got this:
Sending build context to Docker daemon 90.62kB Step 1/37 : FROM node:latest AS build-js latest: Pulling from library/node no matching manifest for linux/386 in the manifest list entries
Is this fixable? I've been at this for hours. Had to wait 3 hours for apt update to become available from kali. Idk why that was.