Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions test/docker/debiantesting
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM debian:testing

RUN apt-get update
RUN apt-get install -y build-essential cmake git uuid-dev faketime
RUN apt-get install -y python3 curl
RUN apt-get update && apt-get install -y build-essential cmake git uuid-dev faketime ca-certificates python3 curl

# Setup language environment
ENV LC_ALL en_US.UTF-8
Expand Down
Loading