Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Upgrade base layer packages
  • Loading branch information
kjake committed Sep 2, 2021
1 parent 6ec4e81 commit fda7781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get update \
&& curl -Ls -o netatalk_${NETATALK_VERSION}_amd64.deb "https://github.com/dgilman/netatalk-debian/releases/download/${NETATALK_VERSION}/${DEBIAN_RELEASE}_netatalk_${NETATALK_VERSION}_amd64.deb" \
&& dpkg -i *.deb \
&& rm *.deb \
&& apt-get --quiet --yes upgrade \
&& apt-get --quiet --yes autoclean \
&& apt-get --quiet --yes autoremove \
&& apt-get --quiet --yes clean \
Expand Down

0 comments on commit fda7781

Please sign in to comment.