Skip to content

Commit

Permalink
purge unneeded files in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 27, 2023
1 parent 284bc68 commit 8f6daba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ RUN apt update && apt install -y --no-install-recommends \
wget \
yamllint \
zlib1g-dev \
&& apt autoremove -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& /opt/puppetlabs/puppet/bin/puppet module install puppet-catalog_diff \
&& locale-gen en_US.UTF-8
# && /opt/puppetlabs/puppet/bin/bundle install
Expand Down

0 comments on commit 8f6daba

Please sign in to comment.