Skip to content

Commit

Permalink
Remove container variable in Dovecot Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Feb 11, 2025
1 parent 5dd8bed commit aa6beb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/docker/Dockerfile.dovecot
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM debian:12-slim

ENV container=docker \
LC_ALL=C
ENV LC_ALL=C
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get -y update && apt-get -y install \
Expand Down

0 comments on commit aa6beb3

Please sign in to comment.