3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Alpine Linux で go バイナリを起動しようとすると not found が発生する

Posted at

MultiStageBuild を行うと毎回ハマるのでメモ。

/lib64/ld-linux-x86-64.so.2 が無いため起動できない。
以下を追加。

RUN apk add --no-cache libc6-compat

参考

https://qiita.com/MiCHiLU/items/1e80a5325b2746eaf2d4
https://stackoverflow.com/a/35613430

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?