Skip to content

Commit 5b2d97b

Browse files
committed
📝 include Siv3D runtime resources in base image
1 parent a79ba36 commit 5b2d97b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ RUN groupadd -g "${GID}" "${USERNAME}" && \
103103
useradd -m -u "${UID}" -g "${GID}" -s /bin/bash "${USERNAME}"
104104

105105
COPY --from=build /usr/local /usr/local
106+
COPY --from=build /tmp/OpenSiv3D/Linux/App/resources /usr/local/share/Siv3D/resources
106107

107108
ENV CCACHE_DIR=/cache/ccache
108109
RUN mkdir -p /cache/ccache && chown -R "${USERNAME}:${USERNAME}" /cache

0 commit comments

Comments
 (0)