We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66363ca commit 9912d14Copy full SHA for 9912d14
Dockerfile
@@ -45,6 +45,9 @@ LABEL maintainer "Automata Team"
45
COPY --from=builder /automata/scripts/run-node.sh /run-node.sh
46
COPY --from=builder /usr/local/bin/automata /usr/local/bin/automata
47
48
+RUN apt-get update && \
49
+ apt-get install -y curl
50
+
51
RUN useradd -m -u 1000 -U -s /bin/sh -d /automata automata && \
52
mkdir -p /automata/.local/share/automata && \
53
chown -R automata:automata /automata/.local && \
0 commit comments