Skip to content

Commit

Permalink
Merge pull request #112 from yuhaoth/pr/add-xxd-command
Browse files Browse the repository at this point in the history
Add xxd for data file regenerating tests
  • Loading branch information
bensze01 authored Jul 11, 2023
2 parents 5235f0b + cde8178 commit 0d811e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/docker_files/ubuntu-16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ RUN apt-get update -q && apt-get install -yq \
python3-pip \
# for Mbed TLS tests
valgrind \
# for data files generating. xxd is provide by vim
vim \
# to download things installed from other places
wget \
# to build Mbed TLS with MBEDTLS_ZILIB_SUPPORT (removed in 3.0)
Expand Down
2 changes: 2 additions & 0 deletions resources/docker_files/ubuntu-18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ RUN apt-get update -q && apt-get install -yq \
valgrind \
# to download things installed from other places
wget \
# for data file generating
xxd \
# to build Mbed TLS with MBEDTLS_ZILIB_SUPPORT (removed in 3.0)
zlib1g \
# to build Mbed TLS with MBEDTLS_ZILIB_SUPPORT (removed in 3.0)
Expand Down
2 changes: 2 additions & 0 deletions resources/docker_files/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ RUN apt-get update -q && apt-get install -yq \
valgrind \
# to download things installed from other places
wget \
# for data file generating
xxd \
# to build Mbed TLS with MBEDTLS_ZILIB_SUPPORT (removed in 3.0)
zlib1g \
# to build Mbed TLS with MBEDTLS_ZILIB_SUPPORT (removed in 3.0)
Expand Down
2 changes: 2 additions & 0 deletions resources/docker_files/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ RUN apt-get update -q && apt-get install -yq \
valgrind \
# to download things installed from other places
wget \
# for data file generating
xxd \
# to build Mbed TLS with MBEDTLS_ZILIB_SUPPORT (removed in 3.0)
zlib1g \
# to build Mbed TLS with MBEDTLS_ZILIB_SUPPORT (removed in 3.0)
Expand Down

0 comments on commit 0d811e3

Please sign in to comment.