File tree Expand file tree Collapse file tree 2 files changed +2
-55
lines changed Expand file tree Collapse file tree 2 files changed +2
-55
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ ENV ERL_AFLAGS="-kernel shell_history enabled"
7
7
ARG BUILD_WITHOUT_QUIC=false
8
8
ARG OTP_VERSION=27.2-2
9
9
ARG ELIXIR_VERSION=1.17.3
10
- ARG FDB_VERSION=7.3.43
11
10
ARG EMQTT_BENCH_VERSION=0.4.25
12
11
ARG LUX_VERSION=lux-3.0
13
12
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 /
15
14
16
15
RUN if [ -f /opt/rh/devtoolset-10/enable ]; then source /opt/rh/devtoolset-10/enable; fi && \
17
16
. /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
21
20
/get-zsh.sh && \
22
21
/get-otp.sh ${OTP_VERSION} && \
23
22
/get-elixir.sh ${ELIXIR_VERSION} && \
24
- /get-fdb.sh ${FDB_VERSION} && \
25
23
/get-emqtt-bench.sh ${EMQTT_BENCH_VERSION} && \
26
24
/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
28
26
29
27
WORKDIR /
30
28
CMD [ "/bin/zsh" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments