# Use the base image from the devcontainer FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye # Install xclip RUN sudo apt-get update && sudo apt-get install -y xclip && sudo apt-get install xsel && sudo apt-get install gtk