Skip to content

Commit e8de56a

Browse files
authored
Merge pull request #164 from hennevogel/bugfix/docker
Update sample dashboard container image
2 parents eb03cec + 24c96bf commit e8de56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-dashboard/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM opensuse/leap:15.1
1+
FROM opensuse/leap:15.2
22

33
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES 1
44
RUN useradd -g users -p rails -d /home/rails -m rails
55
RUN echo 'rails ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
66

77
RUN 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
99
RUN zypper -n clean -a
1010
RUN gem install --no-format-executable --no-document rails -v '~> 6'
1111

0 commit comments

Comments
 (0)