Skip to content

Commit 99f85c2

Browse files
committed
feat: update Dockerfile for better external support
1 parent dff232c commit 99f85c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM openjdk:8-alpine
1+
FROM openjdk:8-slim
22

3-
RUN apk update && apk add bash && apk add python3
3+
RUN apt-get update && apt-get install -y python3 python3-pip curl
44

55
COPY ./build/libs/kafka-dsf-all.jar /usr/local/bin/kafka-dsf-all.jar
66
COPY ./kafka-dsf /usr/local/bin/kafka-dsf

kafka-dsf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22

33
cd $(dirname $0)
44

0 commit comments

Comments
 (0)