diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-26 21:33:51 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-26 21:34:06 +0000 |
| commit | e3f9dc08284b7f098cef269af373967f687a50d4 (patch) | |
| tree | b9e0bdc999e6d3fe7c5072bcebbf21f3f7b4b489 /cmd | |
| parent | 2a73e72c2f4bec8eb53120e8881655b56966b85f (diff) | |
| download | x-1.1.4.tar.xz x-1.1.4.zip | |
oopsv1.1.4
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/h/Dockerfile | 1 |
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 |
