Skip to content

Commit

Permalink
Add Debian bullseye base image (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeybe2 authored May 12, 2022
1 parent 9366b10 commit ed3c857
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions epicbox-base/debian/bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM bitnami/minideb:bullseye
MAINTAINER Stepik Team <[email protected]>

RUN apt-get update && apt-get install -y --no-install-recommends locales && \
rm -r /var/lib/apt/lists /var/cache/apt/archives && \
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

RUN useradd -M -d /sandbox sandbox

0 comments on commit ed3c857

Please sign in to comment.