Skip to content

Commit

Permalink
Update docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigawatt committed Jun 3, 2024
1 parent 24f30a7 commit f530b88
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ COPY pia ${PIA_APP_HOME}
#
RUN echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections && \
# Update package lists
apt update && \
# Upgrade packages
apt -y upgrade && \
apt update -q && \
# Install required packages
apt -y install curl jq wireguard-tools resolvconf && \
# Clean cache
apt -y clean && \
apt -yq install curl jq wireguard-tools resolvconf && \
# Clean cache and remove all downloaded package files
apt -yq clean && apt-get autoclean && apt-get autoremove && \
# Remove package lists loaded by apt update
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f530b88

Please sign in to comment.