fix: remove empty continuation

This commit is contained in:
Erica Marigold 2023-08-01 11:56:12 +05:30 committed by GitHub
parent ed0e6ef2ba
commit f7b1704d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ RUN pacman --needed --noconfirm -Syu \
base \
git \
pacman-contrib \
cargo \
cargo
RUN useradd -m builder && \
echo "builder ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers && \