fix: docker

This commit is contained in:
Timothy J. Baek 2024-05-30 20:42:47 -07:00
parent 2bd3ba3439
commit 6a17e755b0

View File

@ -14,7 +14,7 @@ ENV ENV=prod \
# Install GCC and build tools
RUN apt-get update && \
apt-get install -y gcc build-essential && \
apt-get install -y gcc build-essential curl git && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*