Skip to content

Commit 3481d53

Browse files
committed
Do not use slim Docker image since we need to build pzstd wheel with gcc
1 parent 4c2b391 commit 3481d53

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## Fixed
11+
12+
- Fix Mathjax equations not displayed properly (#283)
13+
1014
## [2.1.2] - 2024-05-13
1115

1216
## Fixed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM redis:6.2.4-buster AS redis
22

3-
FROM python:3.8-slim-buster
3+
FROM python:3.8-buster
44

55
RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis
66
COPY --from=redis /usr/local/bin/redis-server /usr/local/bin/redis-server

0 commit comments

Comments
 (0)