Lukas-Heiligenbrunner
Lukas-Heiligenbrunner
Here's a workaround [https://github.com/jdah/minecraft-weekend/issues/49](https://github.com/jdah/minecraft-weekend/issues/49)
You could build one yourself... eg. sth like this: ``` FROM ubuntu:rolling USER root ENV FLUTTER_HOME=${HOME}/sdks/flutter \ FLUTTER_VERSION=3.7.0 ENV FLUTTER_ROOT=$FLUTTER_HOME ENV PATH ${PATH}:${FLUTTER_HOME}/bin:${FLUTTER_HOME}/bin/cache/dart-sdk/bin RUN apt-get update RUN apt-get install -y...
Oh, you don't want the container to build your linux app, you want to run the gui app inside the container? Basically you don't need flutter installed to run the...
You can also use ``` links: - "backend:backend.com" ``` on the calling container to mimic a .com ending
Indeed it is :) https://search.nixos.org/packages?channel=unstable&show=resources&from=0&size=50&sort=relevance&type=packages&query=resources I'm wondering why everybody tries to put gnome in front of the name, although its only a gtk and not a gnome app, yet^^
Being able to get resources from the AUR with a pkgbuild would be great for me! What do you think of that? :)