Skip to content

Commit

Permalink
fix: lofreq build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Feb 7, 2024
1 parent e5ec972 commit 6034f6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docker/logan_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,16 @@ RUN wget -O svaba_1.2.0 https://github.com/walaj/svaba/releases/download/v1.2.0/
ENV PATH="/opt2/svaba:$PATH"

# LOFREQ
RUN git clone https://github.com/CSB5/lofreq \
&& cd /opt2/lofreq \
&& ./bootstrap \
&& ./configure --prefix=/opt2/lofreq/ \
&& make \
&& make install

ENV PATH="/opt2/lofreq/bin:$PATH"


RUN wget https://github.com/CSB5/lofreq/raw/master/dist/lofreq_star-2.1.5_linux-x86-64.tgz \
&& tar -xzf lofreq_star-2.1.5_linux-x86-64.tgz \
&& chmod a+x lofreq_star-2.1.5_linux-x86-64/bin/lofreq \
Expand Down
2 changes: 1 addition & 1 deletion docker/logan_base/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#docker buildx inspect upbeat_ganguly
#docker buildx build --platform linux/amd64 -f Dockerfile -t dnousome/ccbr_logan_base:v0.3.0 -t dnousome/ccbr_logan_base:latest --push .

docker build --platform linux/amd64 --tag ccbr_logan_base:v0.3.3 -f Dockerfile .
docker build --platform linux/amd64 --tag ccbr_logan_base:v0.3.4 -f Dockerfile .

docker tag ccbr_logan_base:v0.3.4 dnousome/ccbr_logan_base:v0.3.4
docker tag ccbr_logan_base:v0.3.4 dnousome/ccbr_logan_base
Expand Down

0 comments on commit 6034f6e

Please sign in to comment.