Skip to content

Commit

Permalink
updated base images
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Aug 23, 2023
1 parent c56cef9 commit 57159cd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
FROM openjdk:slim
# FROM openjdk:slim
# FROM ubuntu/jre:8-22.04_3
FROM openjdk:22-slim

ENV APP_USER=www-data

# COPY --from=python:3.8-slim / /

RUN apt-get update && \
apt-get install -y \
python3 \
python3-pip
COPY --from=python:3.11.4-slim / /

# Install requirements for bt_api
COPY requirements.txt /tmp/
Expand Down

0 comments on commit 57159cd

Please sign in to comment.