Skip to content
Snippets Groups Projects
Verified Commit d58b43e4 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add clustalo

parent e604937e
No related branches found
No related tags found
No related merge requests found
FROM debian:stretch-slim
ENV CLUSTALO_VERSION=1.2.4-1
ENV PACKAGES clustalo=${CLUSTALO_VERSION} \
procps
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
#!/bin/sh
docker pull lbmc/clustalo:1.2.4
# docker build src/.docker_modules/clustalo/1.2.4 -t 'lbmc/clustalo:1.2.4'
# docker push lbmc/clustalo:1.2.4
docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/clustalo:1.2.4" --push src/.docker_modules/clustalo/1.2.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment