From 88352bbbcd580d7bc1d7b52fdc72db323fdcfc02 Mon Sep 17 00:00:00 2001 From: Jordan Webb Date: Tue, 2 Feb 2021 01:36:13 -0600 Subject: [PATCH] It helps to spell the package name correctly --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c6c61e..e2db9e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get install -y --no-install-recommends \ - ca-certificates curl dumb-init ffmpeg gnupg imagemagick libimage-exiftool-perl libmagic-dev libncurses5 locales posgresql-client-12 unzip && \ + ca-certificates curl dumb-init ffmpeg gnupg imagemagick libimage-exiftool-perl libmagic-dev libncurses5 locales postgresql-client-12 unzip && \ apt-get clean RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \