eive-tmtc/automation/Dockerfile
Ulrich Mohr acca981260
Some checks failed
EIVE/-/pipeline/pr-main There was a failure building this commit
jenkins user in docker
2023-06-11 12:12:47 +02:00

9 lines
206 B
Docker

FROM python:3
RUN apt-get update
RUN apt-get --yes upgrade
#tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive
#pip needs a valid user to work
RUN adduser --uid 114 jenkins