File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM opensuse/leap:15.1
1+ FROM opensuse/leap:15.2
22
33ENV NOKOGIRI_USE_SYSTEM_LIBRARIES 1
44RUN useradd -g users -p rails -d /home/rails -m rails
55RUN echo 'rails ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
66
77RUN zypper -n addrepo -f https://dl.yarnpkg.com/rpm/yarn.repo; zypper --gpg-auto-import-keys refresh
8- RUN zypper -n install --no-recommends ruby2.5-devel nodejs10 make gcc timezone sudo pkg-config sqlite3-devel libxml2-devel libxslt-devel yarn git-core curl
8+ RUN zypper -n install --no-recommends ruby2.5-devel nodejs10 make gcc-c++ timezone sudo pkg-config sqlite3-devel libxml2-devel libxslt-devel yarn git-core curl
99RUN zypper -n clean -a
1010RUN gem install --no-format-executable --no-document rails -v '~> 6'
1111
You can’t perform that action at this time.
0 commit comments