We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206389d commit 540f153Copy full SHA for 540f153
1 file changed
packages/sdk/Dockerfile
@@ -127,6 +127,7 @@ ARG TELEGRAF_VERSION
127
ARG TARGETARCH
128
WORKDIR /tmp
129
RUN <<EOF
130
+mkdir -p /usr/local/bin
131
curl -fsSL https://dl.influxdata.com/telegraf/releases/telegraf-${TELEGRAF_VERSION}_linux_${TARGETARCH}.tar.gz \
132
-o ./telegraf.tar.gz;
133
case "${TARGETARCH}" in
@@ -151,8 +152,7 @@ ARG DEBIAN_FRONTEND=noninteractive
151
152
153
apt-get install -y --no-install-recommends \
154
libslirp0 \
- lua5.4 \
155
- passwd
+ lua5.4
156
157
# create cartesi user
158
useradd \
@@ -165,7 +165,6 @@ useradd \
165
--user-group \
166
cartesi
167
168
-apt-get remove -y --purge passwd
169
rm -rf /var/lib/apt/lists/*
170
EOF
171
0 commit comments