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 f204d67 commit b842d98Copy full SHA for b842d98
packages/sdk/Dockerfile
@@ -150,8 +150,6 @@ adduser --system --uid 102 \
150
cartesi
151
EOF
152
153
-RUN mkdir -p /tmp/.cartesi && chmod 1777 /tmp/.cartesi
154
-
155
# Install cartesi-machine emulator
156
RUN <<EOF
157
curl -fsSL https://github.com/cartesi/machine-emulator/releases/download/v${CARTESI_MACHINE_EMULATOR_VERSION}/cartesi-machine-v${CARTESI_MACHINE_EMULATOR_VERSION}_${TARGETARCH}.deb \
0 commit comments