summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5a30e475..e29442a0 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -27,7 +27,7 @@ RUN dnf -y install cyrus-imapd cyrus-sasl cyrus-sasl-plain gnupg2-smime
27RUN dnf -y install google-noto-serif-fonts google-noto-sans-fonts 27RUN dnf -y install google-noto-serif-fonts google-noto-sans-fonts
28 28
29#Required for the symbolizer for asan 29#Required for the symbolizer for asan
30RUN dnf -y llvm 30RUN dnf -y install llvm
31 31
32RUN useradd -d /home/developer -m developer 32RUN useradd -d /home/developer -m developer
33 33