Skip to content

Commit

Permalink
Move systemd package
Browse files Browse the repository at this point in the history
  • Loading branch information
farribeiro authored May 27, 2023
1 parent 39d8624 commit 4a39def
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG LANG="pt_BR.UTF-8 UTF-8"

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install init -y && \
apt-get install init systemd -y && \
apt-get install -y --no-install-recommends \
locales \
tzdata \
Expand All @@ -26,7 +26,6 @@ RUN apt-get update && \
python3-gpg \
python3-openssl \
python3 \
systemd \
xauth \
zenity
# Setup locale
Expand Down

0 comments on commit 4a39def

Please sign in to comment.