beckn / beckn-onix

beckn onix
MIT License
37 stars 18 forks source link

Update Debian Docker Repo in Beckn-Onix Installation #193

Closed emmayank closed 1 month ago

emmayank commented 1 month ago

Description

Currently, during the installation, Beckn-Onix uses the Ubuntu repository for Docker with the apt package manager. This repository is not supported on Debian OS. For Debian OS, we need to use the official Debian repository for Docker.

Goals

Expected Outcome

Acceptance Criteria

Mockups / Wireframes

NA

Product Name

Beckn

Domain

Onix

Tech Skills Needed

Complexity

Medium

Category

Installation

Sub Category

Package Management

prasad-takale-eminds commented 1 month ago

Updated the installation script to install latest docker version for Debian. PR: https://github.com/beckn/beckn-onix/pull/190

This fix will resolve issue #97 as well.