You are not logged in.
Pages: 1
Hello, I'm trying to build the Arch Linux docker image from https://gitlab.archlinux.org/archlinux/archlinux-docker for testing purpose.
When I clone this repository, and I installed dependencies as described in the README, when I run "make docker-image-base" to build the "archlinux:base", I get the following message:
make: Nothing to be done for 'docker-image-base'.Usually this message could occur when <tab> is not used before commands, but the original Makefile is correct and has <tab> before the specified commands, so I don't have idea why I'm still getting that message.
Last edited by D3vil0p3r (2023-02-19 02:17:18)
Offline
Solved by running "make image-base", so the README on GitLab repository should be fixed.
Offline
Pages: 1