Browse Source

Version test with bullseye

redis
commit
13116b7090
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      Dockerfile

+ 9
- 0
Dockerfile View File

@ -0,0 +1,9 @@
# Ubuntu bullseye
FROM debian:bullseye
ENV UNAME="scientific-emacs"
MAINTAINER gmarxcc
LABEL version="0.1"
# installing emacs
RUN apt-get update \
&& apt-get -y install emacs

Loading…
Cancel
Save