progrium / envy

Lightweight dev environments with a twist
MIT License
321 stars 21 forks source link

Fix build of docker image part deux #51

Closed michaelshobbs closed 5 years ago

michaelshobbs commented 5 years ago

related to #50

building on gliderlabs/alpine:3.6 failed thusly:

package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)

switching to gliderlabs/alpine:3.8 seems to build fine and does not exhibit the missing binary issue

root@michaelshobbs:/# reload
root@michaelshobbs:/# reload
Entering session...
root@michaelshobbs:/# envy
Usage:
  envy [flags]
  envy [command]

Available Commands:
  environ
  help        Help about any command
  session

Flags:
  -h, --help   help for envy

Use "envy [command] --help" for more information about a command.
root@michaelshobbs:/# envy
Usage:
  envy [flags]
  envy [command]

Available Commands:
  environ
  help        Help about any command
  session

Flags:
  -h, --help   help for envy

Use "envy [command] --help" for more information about a command.
root@michaelshobbs:/# ls -l /sbin/envy
-rwxr-xr-x 1 root root 13717069 Oct 18 17:16 /sbin/envy