diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-10-03 19:26:25 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-10-05 19:10:50 +0200 |
| commit | 9c2b9b83507e92017197253e9d85c52ce1086d63 (patch) | |
| tree | 8a13ea7a98f6f35c9200b502791093388dfc113c /Dockerfile | |
| parent | d34f4b8aebe72c922ec2d8f6b171b05b3d9f8d1b (diff) | |
| download | jo.mssola.com-9c2b9b83507e92017197253e9d85c52ce1086d63.tar.gz jo.mssola.com-9c2b9b83507e92017197253e9d85c52ce1086d63.zip | |
script: updated main branch to 'main'
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,12 +13,12 @@ # 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.0 +FROM opensuse/leap:15.1 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_42.3/ home:mssola && \ - zypper ar -f -G obs://devel:/languages:/nodejs/openSUSE_Leap_15.0/ devel:languages:nodejs && \ + 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 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 && \ |
