Skip to content

Commit

Permalink
remove old script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Aug 31, 2023
1 parent 52942c5 commit 98eb1ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ RUN chmod +x /usr/local/bin/wait
RUN mkdir -p /usr/src
RUN git clone --depth $app_git_depth --branch $app_git_tag $app_git_url /usr/src/app

# Set up apt repositories
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -

# Install system dependencies
RUN apt-get update && \
apt-get install -y apt-utils gcc ldap-utils libldap2-dev libsasl2-dev \
Expand Down

0 comments on commit 98eb1ed

Please sign in to comment.