We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a3dc0 commit 560f18bCopy full SHA for 560f18b
dockerfiles/Dockerfile.informative
@@ -9,16 +9,6 @@ FROM ubuntu:latest
9
10
ENV MOVEVM_VERSION=v0.6.1
11
12
-RUN ARCH=$(dpkg --print-architecture) && \
13
- if [ "$ARCH" = "amd64" ]; then \
14
- export MOVEVM_ARCH="x86_64"; \
15
- elif [ "$ARCH" = "arm64" ]; then \
16
- export MOVEVM_ARCH="aarch64"; \
17
- else \
18
- echo "Unsupported architecture: $ARCH" && exit 1; \
19
- fi && \
20
- echo "Detected architecture: $MOVEVM_ARCH"
21
-
22
RUN apt-get update && apt-get install -y ca-certificates wget
23
24
WORKDIR /informative-indexer
0 commit comments