Skip to content

Commit

Permalink
removed deadsnakes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Apr 16, 2024
1 parent 084a79b commit 7f218da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN $JAVA_HOME/bin/jlink \

# Define base image and copy in jlink created minimal Java 17 environment
FROM ubuntu:jammy
FROM python:3.10.14-slim
ENV JAVA_HOME=/opt/java/openjdk
ENV PATH "${JAVA_HOME}/bin:${PATH}"
COPY --from=jre-build /javaruntime $JAVA_HOME
Expand Down Expand Up @@ -49,8 +48,7 @@ LABEL \

ENV DEBIAN_FRONTEND noninteractive
RUN apt -y update && apt install -y software-properties-common
RUN add-apt-repository ppa:deadsnakes/ppa -y
RUN apt install -y --no-install-recommends curl python3.10-full python3-pip build-essential dnsutils \
RUN apt install -y --no-install-recommends curl python3.10 python3-pip build-essential dnsutils \
apt-utils libfreetype6 fontconfig fonts-dejavu

RUN mkdir -p /usr/local/app/vcell/lib && \
Expand Down

0 comments on commit 7f218da

Please sign in to comment.