aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-07-05 22:14:16 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-07-05 22:14:16 +0200
commitfeb79b3a26521c0c8eff9fc29e5959bc3cd64e47 (patch)
treea718d27899f7b8146bb0069f1e3ca000214133af /Dockerfile
parent261b5e3e80d1e75fdcd042675154a82c2ce469fb (diff)
downloadjo.mssola.com-feb79b3a26521c0c8eff9fc29e5959bc3cd64e47.tar.gz
jo.mssola.com-feb79b3a26521c0c8eff9fc29e5959bc3cd64e47.zip
Updated jekyll and everything
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 362a9d6..ccae7b0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,15 +13,17 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-FROM opensuse/leap:15.1
+FROM opensuse/leap:15.3
MAINTAINER Miquel Sabaté Solà <mikisabate@gmail.com>
RUN useradd --no-create-home --shell /dev/null --system nobody && \
- zypper ar -f -G obs://home:/mssola/openSUSE_Leap_15.2/ home:mssola && \
- zypper ar -f -G obs://devel:/languages:/nodejs/openSUSE_Leap_15.2/ devel:languages:nodejs && \
+ zypper ar -f -G obs://home:/mssola/openSUSE_Leap_15.3/ home:mssola && \
+ zypper ar -f -G obs://devel:/languages:/ruby/openSUSE_Leap_15.3/ devel:languages:ruby && \
+ zypper ar -f -G obs://devel:/languages:/nodejs/openSUSE_Leap_15.3/ devel:languages:nodejs && \
zypper ref && \
zypper -n in -t pattern devel_basis && \
- zypper -n in nodejs10 npm10 ruby2.5-devel ruby2.5-rubygem-bundler libxslt-devel gcc-c++ glibc-locale git-core && \
+ zypper -n in nodejs10 npm10 ruby3.0-devel libxslt-devel gcc-c++ glibc-locale git-core && \
zypper -n in --from home:mssola yarn && \
+ gem install bundler && \
npm install -g webpack webpack-cli && \
zypper clean -a