Skip to content

Commit

Permalink
add: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyota committed Dec 28, 2024
1 parent b98c548 commit 7889489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=linux/amd64 rust:1.74 AS builder

RUN apt-get update && \
apt-get install -y --no-install-recommends \
clang cmake libgomp1
libgomp1

WORKDIR /opt/genoboost
COPY ../ .
Expand Down

0 comments on commit 7889489

Please sign in to comment.