Correct Dockerfile with typo

This commit is contained in:
Luke Parker 2023-08-13 05:11:49 -04:00
parent e2901cab06
commit 8992504e69
No known key found for this signature in database

View file

@ -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