Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves Multiple Issues and Enhances Docker Setup #352

Merged
merged 5 commits into from
May 28, 2023
Merged

Resolves Multiple Issues and Enhances Docker Setup #352

merged 5 commits into from
May 28, 2023

Conversation

ThomasSanson
Copy link
Sponsor Contributor

This Pull Request addresses and closes several issues:
Close #341
Close #340
Close #327
Close #326

To ensure the stability of the changes made, a series of tests have been successfully carried out. These include:

  • make docker-lint to check code consistency and adherence to style guidelines
  • make docker-build to verify that the Docker image builds without any errors or issues

…thon version

The apt-get install command was not properly installing the desired python version due to the quotes being removed from the package names. This commit adds quotes to the package names to ensure that the correct version of python is installed.
… config file

The command to extract the python version from the config file was incorrect. The cut command was used instead of cat to extract the value of the python version. The cut command was updated to extract the value of the python version from the config file.
The Dockerfile has been updated to include the installation of npm and ungit. This is useful for development purposes as it allows developers to easily visualize and manage their git repositories.
The tree package has been added to the Dockerfile to improve the development experience by allowing developers to easily visualize the directory structure of the project.
.config/gitpod/Dockerfile Outdated Show resolved Hide resolved
.config/gitpod/Dockerfile Outdated Show resolved Hide resolved
…them to install the specified versions

The Dockerfile now includes two variables, NPM_VERSION and UNGIT_VERSION, which are used to install the specified versions of npm and ungit respectively. This allows for easier version management and ensures that the correct versions are installed.
@vitabaks vitabaks merged commit e69f203 into vitabaks:master May 28, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants