Skip to content

Commit 7bcda01

Browse files
authored
Merge pull request #128 from emqx/20250306-remove-fdb
chore: remove fdb
2 parents 7a7cfe2 + 0fd17e7 commit 7bcda01

File tree

2 files changed

+2
-55
lines changed

2 files changed

+2
-55
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ ENV ERL_AFLAGS="-kernel shell_history enabled"
77
ARG BUILD_WITHOUT_QUIC=false
88
ARG OTP_VERSION=27.2-2
99
ARG ELIXIR_VERSION=1.17.3
10-
ARG FDB_VERSION=7.3.43
1110
ARG EMQTT_BENCH_VERSION=0.4.25
1211
ARG LUX_VERSION=lux-3.0
1312

14-
COPY get-otp.sh get-zsh.sh get-elixir.sh get-fdb.sh get-emqtt-bench.sh get-lux.sh /
13+
COPY get-otp.sh get-zsh.sh get-elixir.sh get-emqtt-bench.sh get-lux.sh /
1514

1615
RUN if [ -f /opt/rh/devtoolset-10/enable ]; then source /opt/rh/devtoolset-10/enable; fi && \
1716
. /etc/os-release && export ID=$ID && export VERSION_ID=$VERSION_ID && \
@@ -21,10 +20,9 @@ RUN if [ -f /opt/rh/devtoolset-10/enable ]; then source /opt/rh/devtoolset-10/en
2120
/get-zsh.sh && \
2221
/get-otp.sh ${OTP_VERSION} && \
2322
/get-elixir.sh ${ELIXIR_VERSION} && \
24-
/get-fdb.sh ${FDB_VERSION} && \
2523
/get-emqtt-bench.sh ${EMQTT_BENCH_VERSION} && \
2624
/get-lux.sh ${LUX_VERSION} && \
27-
rm /get-otp.sh /get-zsh.sh /get-elixir.sh /get-fdb.sh /get-emqtt-bench.sh /get-lux.sh
25+
rm /get-otp.sh /get-zsh.sh /get-elixir.sh /get-emqtt-bench.sh /get-lux.sh
2826

2927
WORKDIR /
3028
CMD [ "/bin/zsh" ]

get-fdb.sh

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)