Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Jan 11, 2023
1 parent 4b6550f commit dad59f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion tests_e2e/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,20 @@ RUN \
# \
# Install basic dependencies \
# \
apt-get install -y git python3.10 python3.10-dev curl && \
apt-get install -y git python3.10 python3.10-dev && \
ln /usr/bin/python3.10 /usr/bin/python3 && \
\
# \
# Install LISA dependencies \
# \
apt-get install -y git gcc libgirepository1.0-dev libcairo2-dev qemu-utils libvirt-dev \
python3-pip python3-venv && \
\
# \
# Install test dependencies \
# \
apt-get install -y zip && \
\
# \
# Create user waagent, which is used to execute the tests \
# \
Expand Down
2 changes: 1 addition & 1 deletion tests_e2e/orchestrator/scripts/collect-logs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ elif [ "$exit_code" != "0" ]; then
exit $exit_code
fi

chmod +r "$logs_file_name"
chmod a+r "$logs_file_name"

ls -l "$logs_file_name"

0 comments on commit dad59f7

Please sign in to comment.