Merge branch 'dev'
This commit is contained in:
commit
a62258447b
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
scriptPath_file=$(dirname "${BASH_SOURCE[0]}")
|
||||
scriptPath_folder=$(realpath "${scriptPath_file}")
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# --- VARIABLES ---
|
||||
# Load variables
|
||||
|
@ -4,10 +4,10 @@ WORKDIR /app
|
||||
|
||||
|
||||
# ---- Build ----
|
||||
FROM rust:alpine AS build
|
||||
FROM rust:1.65.0-slim AS build
|
||||
WORKDIR /build
|
||||
# Install packages
|
||||
RUN apk add --no-cache make libc-dev build-base
|
||||
RUN apt update && apt install -y make
|
||||
# Copy sources
|
||||
ADD .build/repository/ .
|
||||
# Update dependencies and Compile
|
||||
|
Loading…
x
Reference in New Issue
Block a user