Add libstdc++ to container builds

This commit is contained in:
Jesse Wierzbinski 2024-04-14 02:18:17 -10:00
parent 44b99a9b4d
commit 94f91b41cd
No known key found for this signature in database

View file

@ -1,6 +1,8 @@
# Bun doesn't run well on Musl but this seems to work
FROM imbios/bun-node:1.1.3-current-alpine as base
RUN apk add --no-cache libstdc++
# Install dependencies into temp directory
# This will cache them and speed up future builds
FROM base AS install