Skip to content

Commit

Permalink
Improve epicbox-debian
Browse files Browse the repository at this point in the history
  • Loading branch information
meanmail committed Sep 24, 2023
1 parent 1b87b59 commit eb1a4ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions epicbox-debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM bitnami/minideb:bullseye

RUN apt-get update && apt-get install -y --no-install-recommends \
RUN install_packages \
curl \
locales \
&& 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 && locale-gen

ENV LANG en_US.UTF-8
Expand Down

0 comments on commit eb1a4ca

Please sign in to comment.