eive-tmtc/automation/Dockerfile

7 lines
144 B
Docker
Raw Normal View History

2023-06-10 14:58:15 +02:00
FROM python:3
RUN apt-get update
RUN apt-get --yes upgrade
#tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive