Skip to content

Commit 612388c

Browse files
authored
Update Dockerfile.ghdl
1 parent a0c18d6 commit 612388c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile.ghdl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ WORKDIR /tmp/ghdl
2020
RUN ./configure --with-gcc=/tmp/gcc-12.2.0 --prefix=/usr/local --enable-libghdl
2121
RUN make -j$(nproc)
2222

23-
RUN make libs.vhdl.gcc GHDL=$(pwd)/ghdl
23+
RUN mkdir -p /usr/local/bin && cp -p ghdl /usr/local/bin/ghdl
24+
RUN make libs.vhdl.gcc
2425
RUN make install
2526

2627
# Final Stage

0 commit comments

Comments
 (0)