Add missing package to the Dockerfile
This commit is contained in:
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
|
||||
curl \
|
||||
gcc \
|
||||
finger \
|
||||
openssh-client \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy requirements first to leverage Docker cache
|
||||
|
||||
Reference in New Issue
Block a user