Commit 6973b64
Rui Yang
Fix alpine build
since alpine sha256:e54013ea619fb2914af39087e0a8b0863b4ac3c498b5459b9f166514ed000147
the build failed by openssl error so the flag is added just like
the one in ubuntu.
It also failed by missing `git`, with error that libexec/git-core/git
and bin/git is actually Sysmbolic link loop. I couldn't figure out why
it deletes git and recreate symbolic link in the original code. Maybe
a change in alpine that make our code invalid anymore.
It ended up following the ubuntu dockerfile for those links. Since tests
are passing so I assume the changes should not be breaking anything.
Signed-off-by: Rui Yang <ruiya@vmware.com>1 parent 4e5c4ea commit 6973b64
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 178 | + | |
| 179 | + | |
183 | 180 | | |
184 | 181 | | |
185 | 182 | | |
| |||
0 commit comments