Skip to content

Commit

Permalink
install time
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jan 2, 2025
1 parent f8c2276 commit 3e17747
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
Expand Up @@ -6,7 +6,7 @@ ARG BASE_IMAGE
ENV DEBIAN_FRONTEND noninteractive
RUN : \
&& apt-get update \
&& apt-get install -y curl git wget libssl-dev libffi-dev llvm clang gcc g++ pkg-config build-essential jq sudo openssh-client conntrack cloud-utils qemu-utils qemu-kvm qemu-system-x86-64 qemu-system-aarch64 upx \
&& apt-get install -y curl git wget libssl-dev libffi-dev llvm clang gcc g++ pkg-config build-essential jq sudo openssh-client conntrack cloud-utils qemu-utils qemu-kvm qemu-system-x86-64 qemu-system-aarch64 upx time \
&& rm -rf /var/cache/apt/archives /var/lib/apt/lists/*

# Install UV and Python distributions.
Expand Down

0 comments on commit 3e17747

Please sign in to comment.