aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-07-06 10:39:28 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-07-06 10:39:28 +0200
commit2e3dda30a0a4f6ced175d3eaf03bdbbb46846b62 (patch)
tree05363affb70cb2fa686158e07d5ed52678ea9c12 /Dockerfile
parent7838651848a1835cb9630a9e3da3259d1cd56c9d (diff)
downloadjo.mssola.com-2e3dda30a0a4f6ced175d3eaf03bdbbb46846b62.tar.gz
jo.mssola.com-2e3dda30a0a4f6ced175d3eaf03bdbbb46846b62.zip
Removing stuff that is no longer needed
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile29
1 files changed, 0 insertions, 29 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index ccae7b0..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (C) 2019-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# 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.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.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 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