Add packages to support deadsnakes Python install in jobs #67

Merged
dboreham merged 2 commits from dboreham/deadsnakes-fixes into main 2023-10-11 22:43:13 +00:00
Showing only changes of commit f5d66c9f40 - Show all commits

View File

@ -1,6 +1,6 @@
FROM ubuntu:22.04
# Set system time zone to prevent the tzdata package from hanging looking for user input pater
# Set system time zone to prevent the tzdata package from hanging looking for user input
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
# Install basic tools