Skip to content

Commit

Permalink
simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Feb 21, 2024
1 parent 9613a20 commit f8abdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacstall-docker-builder
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ RUN if [[ \$(dpkg --print-architecture) == "amd64" ]]; then \
fi && \
apt-get update && \
apt-get dist-upgrade -y && \
apt-get install wget curl git sudo nano ca-certificates -y --fix-missing --no-install-recommends && \
apt-get install wget curl git sudo nano ca-certificates util-linux adduser -y --fix-missing --no-install-recommends && \
apt-get clean && \
apt-get autoclean && \
apt-get autoremove -y
Expand Down

0 comments on commit f8abdbe

Please sign in to comment.