Skip to content

Commit 2853518

Browse files
[docker] Change Dockerfile linux version which contains apt-get. (alibaba#15)
1 parent 0d22b45 commit 2853518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
# --------------
1919
# Stream edition
2020
# --------------
21-
FROM openjdk:17-alpine AS builder
21+
FROM eclipse-temurin:17-jre-jammy AS builder
2222

2323
# Install dependencies
2424
RUN set -ex; \
2525
apt-get update; \
2626
apt-get -y install gpg libsnappy1v5 gettext-base libjemalloc-dev; \
2727
rm -rf /var/lib/apt/lists/*
2828

29+
# Please copy build-target to the docker dictory first, then copy to the image.
2930
COPY --chown=fluss:fluss build-target/ /opt/fluss/
3031

3132
# Prepare environment

0 commit comments

Comments
 (0)