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

Please set a tag version at the base image in Dockerfile #43

Closed
rafonsecad opened this issue May 25, 2020 · 1 comment
Closed

Please set a tag version at the base image in Dockerfile #43

rafonsecad opened this issue May 25, 2020 · 1 comment
Labels
priority: low low priority issue or feature solved bugs that have been solved status: in progress the solution is in progress type: enhancement New feature or request

Comments

@rafonsecad
Copy link
Contributor

Docker setup failed due to the new ubuntu 20.04 image

There is a new ubuntu LTS version (20.04), which is going to be downloaded by default in the Dockerfile instead of the 18.04 version. This causes that some packages won't be found and the docker container set up will fail.

To avoid this issue please set a tag version in the Dockerfile
FROM ubuntu:18.04

Reproduce the issue
Steps to reproduce the behavior:

  1. Checkout to dev branch
  2. docker build -t "wifipumpink3" .
  3. After finding the packages, it won't find python3.7-dev. This package no longer exists in ubuntu 20.04, the following error message appears:

E: Unable to locate package python3.7-dev
E: Couldn't find any package by glob 'python3.7-dev'
E: Couldn't find any package by regex 'python3.7-dev'

Expected behavior
Install correctly the packages included in the Dockerfile

  • Wifipumpkin3 version: 8b06498
  • Virtual Machine (yes or no and which): No
  • Operating System: Ubuntu 20.04
@rafonsecad rafonsecad changed the title Please set a tag version in Dockerfile Please set a tag version base image in Dockerfile May 25, 2020
@rafonsecad rafonsecad changed the title Please set a tag version base image in Dockerfile Please set a tag version at the base image in Dockerfile May 25, 2020
@mh4x0f mh4x0f added priority: low low priority issue or feature type: enhancement New feature or request labels May 25, 2020
@mh4x0f
Copy link
Member

mh4x0f commented May 25, 2020

nice issue, thank's for report this. I'll fix this next push request.

@mh4x0f mh4x0f added the status: in progress the solution is in progress label May 25, 2020
@mh4x0f mh4x0f added the solved bugs that have been solved label May 27, 2020
@mh4x0f mh4x0f closed this as completed May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low low priority issue or feature solved bugs that have been solved status: in progress the solution is in progress type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants