diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-11-12 15:40:37 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-11-12 15:40:37 +0100 |
commit | d9656b75b47ffcf35be21d2f82ddb7c0b584e419 (patch) | |
tree | a5336d4c6dddecc2063386114a7b3084cdc43dbe /Dockerfile | |
parent | 1cb62685afe79e7d3ab5c38b1ff6900c587f96d3 (diff) | |
download | aurbuilder-d9656b75b47ffcf35be21d2f82ddb7c0b584e419.tar.gz |
some comments and spelling
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ENV PACKAGE_NAME="" ENV PACKAGER="John Doe <John.Doe@example.com>" ENV ARCH="x86_64" ENV FORCE_REBUILD="no" -ENV CHOWM="" +ENV CHOWN="" RUN pacman --noconfirm -Syu RUN pacman --noconfirm -S git sudo |