File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Always use a release version or a specific commit hash below. Don't use
2
2
# a branch name since we'd keep getting updates as long as there are new
3
3
# commits to that branch and one of them can break the build
4
- FROM adoptopenjdk/openjdk11@sha256:13475f4be7d6701a2ebd0516c4c929f2fa78ea773b4483bb580a36a04975e9f9
4
+ FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine
5
5
6
6
# Apache Thrift version
7
7
ENV APACHE_THRIFT_VERSION=0.9.3
@@ -18,7 +18,6 @@ RUN set -ex ;\
18
18
rm thrift-${APACHE_THRIFT_VERSION}.tar.gz && \
19
19
cd thrift-${APACHE_THRIFT_VERSION}/ && \
20
20
./configure --enable-libs=no --enable-tests=no --enable-tutorial=no --with-cpp=no --with-c_glib=no --with-java=yes --with-ruby=no --with-erlang=no --with-go=no --with-nodejs=no --with-python=no && \
21
- touch config.h && \
22
21
make && \
23
22
make install && \
24
23
cd .. && \
You can’t perform that action at this time.
0 commit comments