Skip to content

Commit e1c6872

Browse files
committed
fix: add socat to github action docker
Signed-off-by: Sam Spycher <samspycher@users.noreply.github.com>
1 parent 84d47e0 commit e1c6872

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/mvn.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
submodules: true
1212
- name: Set up Docker Buildx
1313
uses: docker/setup-buildx-action@v1
14+
- name: Install socat tool
15+
run: |
16+
sudo apt-get update
17+
sudo apt-get install socat
1418
- name: Cache Docker layers
1519
uses: actions/cache@v4
1620
with:

0 commit comments

Comments
 (0)