mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
update the debian image to use debian stable-slim
This commit is contained in:
@@ -5,7 +5,7 @@ COPY . .
|
|||||||
RUN cd db && ./create_db.sh
|
RUN cd db && ./create_db.sh
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
|
||||||
FROM debian:bullseye-slim
|
FROM debian:stable-slim
|
||||||
RUN apt-get update && apt-get install -y sqlite3 openssl ca-certificates && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y sqlite3 openssl ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
COPY --from=builder /usr/local/cargo/bin/ics-proxy ./ics-proxy
|
COPY --from=builder /usr/local/cargo/bin/ics-proxy ./ics-proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user