Skip to content

Commit

Permalink
Merge pull request #973 from dmitry-sinina/fix_docker_build2
Browse files Browse the repository at this point in the history
fix docker build
  • Loading branch information
dmitry-sinina authored May 15, 2021
2 parents 04bdd9d + fb845e3 commit 8868e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/nightly-package.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt update && \
echo "deb http://pkg.yeti-switch.org/debian/buster 1.11 main" >> /etc/apt/sources.list && \
echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main" >> /etc/apt/sources.list && \
apt update && \
apt install procps
apt install -f -y --no-install-recommends procps

COPY *.deb /
RUN ls -la /
Expand Down

0 comments on commit 8868e87

Please sign in to comment.