mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-02 11:16:41 +00:00
Correct Dockerfile with typo
This commit is contained in:
parent
e2901cab06
commit
8992504e69
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ RUN mv bitcoin-${BITCOIN_VERSION}/bin/bitcoind .
|
|||
FROM debian:bookworm-slim as image
|
||||
|
||||
# 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
|
||||
RUN useradd --system --create-home --shell /sbin/nologin bitcoin
|
||||
|
|
Loading…
Reference in a new issue