Skip to content

Commit bd3ab6a

Browse files
committed
Fixed Dockerfile to correct failed builds on Docker hub
1 parent a275321 commit bd3ab6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ MAINTAINER Jason C. Kwan "jason.kwan@wisc.edu"
1818
# You should have received a copy of the GNU Affero General Public License
1919
# along with Autometa. If not, see <http://www.gnu.org/licenses/>.
2020

21+
SHELL ["/bin/bash", "-c"]
22+
ENV PATH="/opt/conda/bin:$PATH"
2123
RUN apt-get update
2224
RUN apt-get install -y prodigal hmmer build-essential zlib1g-dev bowtie2 bedtools libatlas-base-dev libncurses5-dev libncursesw5-dev libbz2-dev liblzma-dev
2325
RUN conda install -y tqdm joblib biopython

0 commit comments

Comments
 (0)