Skip to content

Commit

Permalink
feat docker: install pycodestyle & sudo
Browse files Browse the repository at this point in the history
commit_hash:d8bb8940ca3f5103e96e00ee750927df21549b2f
  • Loading branch information
segoon committed Jan 31, 2025
1 parent a710c23 commit d47b4ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker/ubuntu-24.04-userver.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM ghcr.io/userver-framework/ubuntu-24.04-userver-base:latest
# * all userver test dependencies (e.g. for testsuite)
# * built userver itself

RUN apt install -y pycodestyle sudo

RUN git clone https://github.com/userver-framework/userver \
&& cd userver \
&& ./scripts/build_and_install_all.sh \
Expand Down

0 comments on commit d47b4ed

Please sign in to comment.