From cd286d9f33104e447029b771a8ef6e31d50d6b3a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 21 Oct 2019 23:27:36 +0200 Subject: Added git into the docker image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Dockerfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9acbaaa..926e5e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN useradd --no-create-home --shell /dev/null --system nobody && \ zypper ar -f -G obs://devel:/languages:/nodejs/openSUSE_Leap_15.0/ 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 && \ + zypper -n in nodejs10 npm10 ruby2.5-devel ruby2.5-rubygem-bundler libxslt-devel gcc-c++ glibc-locale git-core && \ zypper -n in --from home:mssola yarn && \ npm install -g webpack webpack-cli && \ zypper clean -a diff --git a/README.md b/README.md index 9d4c6fd..ae7f83a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # jo Files for my personal website. In order to get started, you need to install -[yarn](https://yarnpkg.com/) and you need a proper ruby development environment -(with bundler already installed). Then, you can simply fetch dependencies like -so: +[yarn](https://yarnpkg.com/), [git](https://git-scm.com/) (yeah, it's actually a +dependency) and you need a proper ruby development environment (with bundler +already installed). Then, you can simply fetch dependencies like so: ``` $ yarn -- cgit v1.2.3