Skip to content

Commit

Permalink
use built library instead of dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed May 12, 2024
1 parent 27b9747 commit 7311bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /code

# Configure locales
RUN apt update && \
apt install -y gettext locales libyaml-cpp-dev && \
apt install -y gettext locales libyaml-cpp0.7 && \
apt clean && \
rm -rf /var/lib/apt/lists/* && \
sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
Expand Down

0 comments on commit 7311bd6

Please sign in to comment.