mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 05:57:40 +03:00
Update Dockerfile
apk instead of apt?
This commit is contained in:
parent
3961d78a02
commit
14d6c0522a
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM rust:1.71.0-alpine
|
FROM rust:latest
|
||||||
|
|
||||||
# Install git and other necessary dependencies
|
# Install git and other necessary dependencies using apk (Alpine's package manager)
|
||||||
RUN apt-get update && apt-get install -y git
|
RUN apk update && apk add --no-cache git
|
||||||
|
|
||||||
# Set the working directory to /build
|
# Set the working directory to /build
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue