-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Using a Docker container to build my app with a reference to Arrow module, I get the following error:
Dockerfile:
FROM swift:latest as builder
WORKDIR /app
COPY ./Sources Sources/
COPY Package.swift Package.swift
RUN swift build -c release
CMD ["s"]h
Error:
/app/.build/checkouts/Arrow/Sources/Arrow/Arrow.swift:10:8: error: no such module 'CoreGraphics'
Metadata
Metadata
Assignees
Labels
No labels