This website works better with JavaScript.
Home
Explore
Help
Sign In
mcie-rs101
/
scientific-emacs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Version test with bullseye
redis
Gerardo Marx Chávez-Campos
4 years ago
commit
13116b7090
1 changed files
with
9 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save