Skip to content

Commit b1d8b77

Browse files
committed
add workaround for libstdc++ version on alpine
1 parent 10cdb86 commit b1d8b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ If you wish to use Alpine as the underlying distribution, you can start with som
7171
```dockerfile
7272
FROM node:alpine
7373
RUN apk update && apk add fontconfig
74+
RUN apk -UvX http://dl-cdn.alpinelinux.org/alpine/edge/main add -u nodejs
7475
```
7576

7677
### Compiling from Source

0 commit comments

Comments
 (0)