Compare commits
No commits in common. "3ea86679d036d959ba26cd5c6d5dd417445eab37" and "a5ef65e47f60fa7c12630f90569e38150a05a059" have entirely different histories.
3ea86679d0
...
a5ef65e47f
@ -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 apt update && apt install -y make
|
RUN apk add --no-cache make libc-dev build-base
|
||||||
# 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