Skip to content

Commit 9912d14

Browse files
committed
Add curl in docker image
1 parent 66363ca commit 9912d14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ LABEL maintainer "Automata Team"
4545
COPY --from=builder /automata/scripts/run-node.sh /run-node.sh
4646
COPY --from=builder /usr/local/bin/automata /usr/local/bin/automata
4747

48+
RUN apt-get update && \
49+
apt-get install -y curl
50+
4851
RUN useradd -m -u 1000 -U -s /bin/sh -d /automata automata && \
4952
mkdir -p /automata/.local/share/automata && \
5053
chown -R automata:automata /automata/.local && \

0 commit comments

Comments
 (0)