Compare commits

..

No commits in common. "3ea86679d036d959ba26cd5c6d5dd417445eab37" and "a5ef65e47f60fa7c12630f90569e38150a05a059" have entirely different histories.

View File

@ -7,7 +7,7 @@ WORKDIR /app
FROM rust:1.65.0-slim AS build
WORKDIR /build
# Install packages
RUN apt update && apt install -y make
RUN apk add --no-cache make libc-dev build-base
# Copy sources
ADD .build/repository/ .
# Update dependencies and Compile