You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried moving the build location of the plugin in the docker file to a few different locations, such as /root/packer/plugins, /root/.packer.d/plugins, etc and none of them have worked.
When navigating to "samples" and running:
I get the following error:
I can solve this by adding the /root/.config directory as a volume:
and then running init like so:
followed by the build command, which then works.
So one solution might just be to add
.config
to the gitignore and update the docs.The text was updated successfully, but these errors were encountered: