We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650171a commit f570cffCopy full SHA for f570cff
Dockerfile
@@ -30,7 +30,7 @@ RUN apk add --no-cache bash curl jq docker \
30
&& sync && /tmp/download-kafka.sh \
31
&& tar xfz /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz -C /opt \
32
&& rm /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz \
33
- && ln -s /opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION} /opt/kafka \
+ && ln -s /opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION} ${KAFKA_HOME} \
34
&& rm /tmp/* \
35
&& wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk \
36
&& apk add --no-cache --allow-untrusted glibc-${GLIBC_VERSION}.apk \
0 commit comments