fix: dockerfile with debian image won't run #135
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When I tried to claim the FLT, I found that the docker throws an error on "docker build -t dev-reward-script ." (see the error message below)
This PR addresses issues related to package management security warnings and overall Docker image size by switching our base image from python:3.10 (Debian-based) to python:3.10-alpine. Alpine Linux offers a smaller footprint and fewer security vulnerabilities, making it a more suitable choice for our production environment.
Changes Made
Error
Environment
Mac Studio with macOS 14.1.1 (23B81)
Docker version 20.10.11, build dea9396
error message
TLDR
At first I tried to do it manually but later on I see ChatGPT can fix this. Here's another version of the installation wih package manager.
It took me a few days for the procrastination to fix this and I missed half of the airdrop (2500FLT) 😅
Is there anyway to claim it back?