Skip to content

Commit

Permalink
Add python3 to docker dist image
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 authored and hkalodner committed Oct 21, 2021
1 parent ec0e02b commit 6d41397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/images/dist-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM debian:bullseye-slim as debian
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y curl \
node-ws vim-tiny libatomic1 \
node-ws vim-tiny libatomic1 python3 \
libgmp10 libssl1.1 \
libjemalloc2 \
libgflags2.2 libsnappy1v5 libzstd1 && \
Expand Down

0 comments on commit 6d41397

Please sign in to comment.