Skip to content

Commit ceed4d0

Browse files
committed
fix: add socat to github action docker
1 parent f077c46 commit ceed4d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)