Fix using wrong packet-manager
This commit is contained in:
parent
fc6eb11849
commit
64113e9514
@ -7,7 +7,7 @@ WORKDIR /app
|
|||||||
FROM rust:1.65.0-slim AS build
|
FROM rust:1.65.0-slim AS build
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk add --no-cache make libc-dev build-base
|
RUN apt update && apt install -y make
|
||||||
# Copy sources
|
# Copy sources
|
||||||
ADD .build/repository/ .
|
ADD .build/repository/ .
|
||||||
# Update dependencies and Compile
|
# Update dependencies and Compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user