chore: remove unused dependency

This commit is contained in:
Prad Nukala 2024-08-29 14:24:50 -04:00
parent b09953f2fb
commit 23f1b97421

View File

@ -36,7 +36,6 @@ COPY --from=go-builder /code/build/sonrd /usr/bin/sonrd
# Install dependencies for Debian 11
RUN apt-get update && apt-get install -y \
sh \
curl \
make \
bash \