Skip to content

Commit

Permalink
fix: update docker image package
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-aaflalo committed Mar 7, 2024
1 parent e24ab75 commit 6dc58b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
paths:
- .github/workflows/*.yaml
- VERSION
- Dockerfile
pull_request:
branches: [ master ]

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ touch /usr/share/man/man1/makedat.courier.1.gz
RUN apt-get update -qq && \
echo 'courier-base courier-base/webadmin-configmode boolean false' | debconf-set-selections && \
apt-get -y install gnupg curl exim4 courier-imap supervisor vim wget unzip apache2 libapache2-mod-php php-curl php-xml php-sqlite3 curl tini && \
apt-get full-upgrade && \
apt-get clean autoclean && \
apt-get autoremove --yes && \
rm -rf /var/lib/{apt,dpkg,cache,log}/
Expand Down

0 comments on commit 6dc58b5

Please # to comment.