Space Bot commited on
Commit
ab61283
·
1 Parent(s): f4f5f52

gnugpg in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -104,6 +104,7 @@ RUN echo -n 00000000-0000-0000-0000-000000000000 > $HOME/.cache/chroma/telemetry
104
 
105
  # Make sure the user has access to the app and root directory
106
  RUN chown -R $UID:$GID /app $HOME
 
107
 
108
  RUN if [ "$USE_OLLAMA" = "true" ]; then \
109
  apt-get update && \
 
104
 
105
  # Make sure the user has access to the app and root directory
106
  RUN chown -R $UID:$GID /app $HOME
107
+ RUN apt-get update && apt-get install -y --no-install-recommends gnupg
108
 
109
  RUN if [ "$USE_OLLAMA" = "true" ]; then \
110
  apt-get update && \