Skip to content

Conversation

@ProjectZeroDays
Copy link
Owner

@ProjectZeroDays ProjectZeroDays commented Jan 22, 2025

Add a Dockerfile to install libtk8.6 and other dependencies.

  • Dockerfile

    • Use python:3.9-slim as the base image.
    • Install libtk8.6 and other dependencies using apt-get.
    • Copy the application code into the container.
    • Set the entrypoint to run the application.
  • requirements.txt

    • Remove tkinter from the requirements.txt file.
  • .github/workflows/deploy.yml

    • Add a step to build and push the Docker image.
    • Use docker/build-push-action@v2 to build the Docker image.
    • Push the Docker image to Docker Hub.

For more details, open the Copilot Workspace session.

Add a Dockerfile to install `libtk8.6` and other dependencies.

* **Dockerfile**
  - Use `python:3.9-slim` as the base image.
  - Install `libtk8.6` and other dependencies using `apt-get`.
  - Copy the application code into the container.
  - Set the entrypoint to run the application.

* **requirements.txt**
  - Remove `tkinter` from the `requirements.txt` file.

* **.github/workflows/deploy.yml**
  - Add a step to build and push the Docker image.
  - Use `docker/build-push-action@v2` to build the Docker image.
  - Push the Docker image to Docker Hub.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ProjectZeroDays/zero-click-exploits?shareId=XXXX-XXXX-XXXX-XXXX).
@ProjectZeroDays ProjectZeroDays merged commit 51fa720 into main Jan 22, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants