Skip to content

Commit

Permalink
fix typo in prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Nov 7, 2024
1 parent 0373314 commit eead95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG DETECTED_TAG=main
RUN apt-get update \
&& apt-get -y --quiet --force-yes upgrade \
&& apt-get install -y --no-install-recommends ca-certificates gcc g++ make build-essential \
&& cmake git autoconf automake curl libtool libtool-bin libssl-dev libcurl4-openssl-dev zlib1g-dev \
&& libgoogle-perftools-dev jq libboost-all-dev \
cmake git autoconf automake curl libtool libtool-bin libssl-dev libcurl4-openssl-dev zlib1g-dev \
libgoogle-perftools-dev jq libboost-all-dev \
&& git clone --depth=50 https://github.com/drachtio/drachtio-server.git /usr/local/src/drachtio-server \
&& cd /usr/local/src/drachtio-server \
&& git fetch --tags \
Expand Down

0 comments on commit eead95b

Please sign in to comment.