generated from oci/template
parent
ba503fa750
commit
a4143845f9
1 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,9 @@
|
||||||
FROM eclipse-temurin:17-jre-alpine
|
FROM eclipse-temurin:17-jre-jammy
|
||||||
RUN apk add wget jq bash
|
|
||||||
RUN rm -rf /var/cache/apk/*
|
RUN apt-get update && \
|
||||||
|
apt-get install -y wget jq bash && \
|
||||||
|
apt-get clean && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue