Skip to content
Snippets Groups Projects
Unverified Commit 86358eed authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add Dockerfile for python-java

parent ea210050
No related branches found
No related tags found
1 merge request!66Draft: Resolve "Integrate with pyspark"
Pipeline #12695 passed
FROM python:3.8
RUN apt-get update \
&& apt-get install -y default-jdk \
&& rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment