Skip to content

Commit

Permalink
Add spaces to the file
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovalev1 committed Nov 13, 2024
1 parent aac8c27 commit 205e120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arenadata/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -eux; \
# Alter precedence in favor of IPv4 during resolving
echo 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf; \
# Packages for tests
apt install -y rsync iproute2 fakeroot lsof sudo python3.11 python3.11-dev openjdk-17-jdk libipc-run-perl;\
apt install -y rsync iproute2 fakeroot lsof sudo python3.11 python3.11-dev openjdk-17-jdk libipc-run-perl; \
# Install allure-behave for behave tests
pip3 install pytest gsutil behave~=1.2.6 coverage~=4.5 'mock<=5.0.0' allure-behave==2.4.0; \
pip3 cache purge
Expand All @@ -36,6 +36,7 @@ ENV CONFIGURE_FLAGS="--enable-debug-extensions --with-gssapi --enable-cassert --

# Compile with running mocking tests
RUN bash /home/gpadmin/gpdb_src/concourse/scripts/compile_gpdb.bash

FROM base AS code
COPY . gpdb_src
RUN rm -rf gpdb_src/.git/
Expand Down

0 comments on commit 205e120

Please sign in to comment.