-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build backend with Dockerfile #199
Comments
I just tried building the image myself and it worked for me. |
Of course! Docker: Docker version 27.3.1, build v27.3.1 FYI NixOS is a Linux distro where you declaratively define your packages and configuration. My config can be viewed here. The main difference compared to other Linux systems to be aware of is that NixOS doesn't conform to the FHS. Command:
Clearly those 3 lines are a problem for some reason, and as mentioned I can comment the lines out and build the image successfully. What is the purpose of those lines, are you able build the image without those lines? |
With 0 knowledge (or testing) of Nix, from your statement it sounds like the lack of FHS is what's causing it. And in regard to the 3 lines, the purpose is to cleanup packages from the Docker image. |
When I try to build the Docker image of either the complete app or just the backend I get the following error:
If I simply comment out the highlighted lines (38-40) I can build the image successfully
The text was updated successfully, but these errors were encountered: