mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #221] can not create-proton-app in Docker Desktop #153
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zaoqi on GitHub (Aug 8, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/221
@mischnic commented on GitHub (Aug 8, 2019):
Are you using macOS or linux?
@zaoqi commented on GitHub (Aug 8, 2019):
I am using
Docker Desktop for Macwith archlinux/base@mischnic commented on GitHub (Aug 8, 2019):
So you're running this inside of a Docker container. As the error says, it seems like
pkg-configisn't installed (use a package manager to install that package).If you're trying to actually run an app using proton-native, then this won't work inside of the Docker VM (which can't access the macOS GUI)
@zaoqi commented on GitHub (Aug 9, 2019):
I am trying to create and build/bundle an app