aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-10-21 23:27:36 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-10-21 23:27:36 +0200
commitcd286d9f33104e447029b771a8ef6e31d50d6b3a (patch)
treef2fa9ccd58cb3bc4c14e8fa9130227e987e1ec7f
parent142a79320278c6135382b0c0801877fac73b7c27 (diff)
downloadjo.mssola.com-cd286d9f33104e447029b771a8ef6e31d50d6b3a.tar.gz
jo.mssola.com-cd286d9f33104e447029b771a8ef6e31d50d6b3a.zip
Added git into the docker image
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--Dockerfile2
-rw-r--r--README.md6
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