diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-21 23:27:36 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-21 23:27:36 +0200 |
| commit | cd286d9f33104e447029b771a8ef6e31d50d6b3a (patch) | |
| tree | f2fa9ccd58cb3bc4c14e8fa9130227e987e1ec7f /Dockerfile | |
| parent | 142a79320278c6135382b0c0801877fac73b7c27 (diff) | |
| download | jo.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>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
