Skip to content

Commit

Permalink
lang in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kukicola committed Oct 9, 2024
1 parent d97c801 commit 67a453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ruby:3.2.2
ENV LANG en_US.UTF-8
ENV LANG=en_US.UTF-8
RUN apt-get update -qq && \
apt-get install -y nodejs npm postgresql-client && \
apt-get clean && \
Expand Down

0 comments on commit 67a453d

Please sign in to comment.