aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.docker/gentoo-rails/Dockerfile')
-rw-r--r--.docker/gentoo-rails/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.docker/gentoo-rails/Dockerfile b/.docker/gentoo-rails/Dockerfile
index 4f9fcac..14d07aa 100644
--- a/.docker/gentoo-rails/Dockerfile
+++ b/.docker/gentoo-rails/Dockerfile
@@ -23,3 +23,7 @@ RUN eselect ruby set ruby25
RUN gem install bundler -v 1.17.3
RUN emerge dev-vcs/git
+
+RUN echo "sys-apps/yarn ~amd64" >> /etc/portage/package.accept_keywords/yarn
+RUN emerge sys-apps/yarn
+RUN ln -s /usr/lib64/node_modules/yarn/bin/yarnpkg /usr/bin/yarnpkg \ No newline at end of file