Skip to content

Commit

Permalink
remove gbdm depdendency from dockerfile (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 16, 2024
1 parent 72216df commit 74314c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN git clone --depth $app_git_depth --branch $app_git_tag $app_git_url /usr/src
# Install system dependencies
RUN apt-get update && \
apt-get install -y apt-utils gcc ldap-utils libldap2-dev libsasl2-dev \
make postgresql-client wget python3.11-gdbm
make postgresql-client wget

# Install Nodejs v18
RUN apt-get install -y ca-certificates curl gnupg && \
Expand Down

0 comments on commit 74314c6

Please sign in to comment.