Skip to content

Commit 0e3c607

Browse files
committed
feat: bump to Ubuntu 22.04 base image
1 parent 0f9629d commit 0e3c607

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM phusion/baseimage:focal-1.1.0
2-
LABEL maintainer="CoMSES Net <comses-dev@googlegroups.com>"
1+
FROM phusion/baseimage:jammy-1.0.0
2+
LABEL maintainer="CoMSES Net <support@comses.net>"
33

44
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && apt-get install -y python3-pip \
55
&& pip3 install nltk --no-cache-dir \

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# docker-base
22
Base Dockerfile for CoMSES Net images, extends from https://github.com/phusion/baseimage-docker
3+
4+
Using the phusion baseimage-docker image for runit support and other rationale detailed in their README
5+
6+
Latest release targets Ubuntu 22.04
7+
8+
Also installs the basic Python natural language toolkit (NLTK) data for stopwords and punkt
9+
10+
- https://www.nltk.org/data.html
11+
- https://www.nltk.org/_modules/nltk/tokenize/punkt.html
12+

0 commit comments

Comments
 (0)