Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
FROM rust:1.83-alpine AS builder
|
| 7 |
|
| 8 |
# Install build dependencies
|
| 9 |
-
RUN apk add --no-cache musl-dev
|
| 10 |
|
| 11 |
WORKDIR /build
|
| 12 |
|
|
|
|
| 6 |
FROM rust:1.83-alpine AS builder
|
| 7 |
|
| 8 |
# Install build dependencies
|
| 9 |
+
RUN apk add --no-cache musl-dev curl
|
| 10 |
|
| 11 |
WORKDIR /build
|
| 12 |
|