Skip to content

Commit a426c37

Browse files
authored
Fix failing dependencies installation (#33)
Co-authored-by: Bart Szydlowski <bart.szydlowski@localstack.cloud>
1 parent 897d044 commit a426c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devops-tooling/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN \
1313
--mount=type=cache,target=/var/cache/apt \
1414
apt-get install -fy --fix-missing --no-install-recommends locales apt-transport-https \
1515
software-properties-common dselect zip unzip xz-utils procps less dos2unix jq groff file bash-completion \
16-
inetutils-ping net-tools dnsutils ssh curl wget telnet-ssl netcat socat ca-certificates gnupg2 git \
16+
inetutils-ping net-tools dnsutils ssh curl wget telnet-ssl netcat-traditional socat ca-certificates gnupg2 git \
1717
postgresql-client mysql-client
1818

1919
# install dev

devops-tooling/ci/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apt-get update && apt-get install -y \
2727
apt-get install -y \
2828
ca-certificates \
2929
fonts-liberation \
30-
libasound2 \
30+
libasound2t64 \
3131
libatk-bridge2.0-0 \
3232
libatk1.0-0 \
3333
libc6 \

0 commit comments

Comments
 (0)