Skip to content

Commit

Permalink
Do not use slim Docker image since we need to build pzstd wheel with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Oct 24, 2024
1 parent 4c2b391 commit c2d6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:6.2.4-buster AS redis

FROM python:3.8-slim-buster
FROM python:3.8-buster

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

0 comments on commit c2d6c76

Please sign in to comment.