aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/h/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/h/Dockerfile b/cmd/h/Dockerfile
index 236c534..5d3ea5a 100644
--- a/cmd/h/Dockerfile
+++ b/cmd/h/Dockerfile
@@ -15,4 +15,5 @@ FROM xena/alpine
COPY --from=build /usr/local/bin/wat2wasm /usr/local/bin/wat2wasm
COPY --from=x /usr/local/bin/h /usr/local/bin/h
ENV PORT 5000
+RUN apk --no-cache add libstdc++
CMD /usr/local/bin/h