Compare commits

...

2 Commits

Author SHA1 Message Date
3ea86679d0 Merge branch 'tool_bandwhich' into dev 2022-11-24 09:53:45 +01:00
64113e9514 Fix using wrong packet-manager 2022-11-23 21:13:59 +01:00

View File

@ -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