Skip to content

Commit

Permalink
Merge pull request #198 from rtCamp/fix/bench-restore-command
Browse files Browse the repository at this point in the history
Fix  `bench restore`  not working
  • Loading branch information
Xieyt authored Jun 17, 2024
2 parents aacc07f + aafc01a commit 6f4f080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docker/frappe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
gosu \
fonts-powerline \
zsh \
file \
&& rm -rf /var/lib/apt/lists/*

RUN 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 6f4f080

Please sign in to comment.