Skip to content

Commit

Permalink
Squash the Docker image again, this way there will not be a layer with
Browse files Browse the repository at this point in the history
the wrong IDs for /emsdk
  • Loading branch information
rayburgemeestre committed Dec 16, 2024
1 parent b1ee47c commit 86f3ca8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ COPY docs/starcry-dev-wrapper.sh /workdir/docs/starcry-dev-wrapper.sh
# failed to register layer: failed to Lchown "/emsdk/upstream/emscripten/cache/ports/harfbuzz/harfbuzz-3.2.0" for UID 172486, GID 89939 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /emsdk/upstream/emscripten/cache/ports/harfbuzz/harfbuzz-3.2.0: invalid argument
# EDIT: this is reason to re-enable that chown on /emsdk

#FROM scratch
#
#COPY --from=build1 / /
#
#ENTRYPOINT ["/entrypoint.sh"]
FROM scratch

COPY --from=build1 / /

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 86f3ca8

Please sign in to comment.