kopia lustrzana https://github.com/gaul/s3proxy
Run on Ubuntu OpenJDK 21 JRE
rodzic
17e490e775
commit
84c851eefd
|
@ -1,10 +1,10 @@
|
|||
FROM docker.io/library/eclipse-temurin:17-jre
|
||||
FROM docker.io/library/ubuntu:24.04
|
||||
LABEL maintainer="Andrew Gaul <andrew@gaul.org>"
|
||||
|
||||
WORKDIR /opt/s3proxy
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y dumb-init && \
|
||||
apt-get install -y dumb-init openjdk-21-jre-headless && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY \
|
||||
|
|
Ładowanie…
Reference in New Issue