Additional question:
I am trying to install yarn using a dockerfile

but I saw a reference built which has the following line:

RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee 
/etc/apt/sources.list.d/yarn.list

(The above came from: 
https://hub.docker.com/r/jdenly/java-maven-yarn-build-server/dockerfile)

Since my guest os is Ubuntu. I am afraid the above approach installing yarn 
won't work.

Any suggestion?

On Saturday, August 29, 2020 at 5:05:27 PM UTC-4, Sorcerer Stone wrote:
>
> Hello all,
> My (host) OS is Win10Pro.
> Have a basis question about guest OS choice in vagrantfile.
>
> Most examples I seen uses ubuntu. In my current use case, I have this:
> config.vm.box = "ubuntu/focal64"
>
> I ran into some build issues and trying to isolate the problems. I asked 
> the owner of the project. He told me he uses debian not ubuntu. Something 
> like this:
> config.vm.box = "debian/buster64"
>
> My question: Since inside the kernal of ubuntu, is really debian. I 
> believe some people prefer debian is because it is very stable. Not even 
> sure when debian has an update last.
>
> Picking ubuntu as guest OS (instead of using debian) should not make any 
> difference in building any linux based project. Am I correct?
>
> Thanks in advance.
>
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/hashicorp/vagrant/issues
Discuss: https://discuss.hashicorp.com/c/vagrant/24
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/ab16ab50-4518-48be-a2f5-887bef907e57o%40googlegroups.com.

Reply via email to