mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Correct Dockerfile with typo
This commit is contained in:
@@ -30,7 +30,7 @@ RUN mv bitcoin-${BITCOIN_VERSION}/bin/bitcoind .
|
|||||||
FROM debian:bookworm-slim as image
|
FROM debian:bookworm-slim as image
|
||||||
|
|
||||||
# Upgrade packages
|
# Upgrade packages
|
||||||
RUN apt update && apt upgrade -y && && apt autoremove -y && apt clean
|
RUN apt update && apt upgrade -y && apt autoremove -y && apt clean
|
||||||
|
|
||||||
# Switch to a non-root user
|
# Switch to a non-root user
|
||||||
RUN useradd --system --create-home --shell /sbin/nologin bitcoin
|
RUN useradd --system --create-home --shell /sbin/nologin bitcoin
|
||||||
|
|||||||
Reference in New Issue
Block a user