Skip to content

Commit

Permalink
remove some broken deps on ubuntu docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Nov 25, 2024
1 parent 48bf74e commit 83a6c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:22.04

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install -y \
ca-certificates libssl1.1 vim htop iotop sysstat \
dstat strace lsof curl jq tzdata && \
ca-certificates vim htop iotop sysstat \
dstat curl jq tzdata && \
rm -rf /var/cache/apt /var/lib/apt/lists/*

RUN rm /etc/localtime && ln -snf /usr/share/zoneinfo/America/Montreal /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
Expand Down

0 comments on commit 83a6c53

Please sign in to comment.