Skip to content

Commit fbdb85a

Browse files
thotypousquark17
authored andcommitted
Slim down Docker image
1 parent 03e603c commit fbdb85a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ RUN DEBIAN_FRONTEND=noninteractive \
44
/build/install_dependencies_ubuntu.sh
55
ADD . /build/
66
RUN make -C /build -j2 GHCJOBS=2 GHCRTSFLAGS='+RTS -M5G -A128m -RTS'
7-
RUN make -C /build check
87

98
FROM ubuntu:18.04
109
RUN apt-get update \
1110
&& DEBIAN_FRONTEND=noninteractive \
1211
apt-get install -y \
13-
build-essential iverilog \
14-
$(apt-cache search -n '^(tk-)?itk[0-9]-dev' | cut -f1 -d' ' | sort | tail -1) \
12+
build-essential tcl iverilog \
1513
&& rm -rf /var/lib/apt/lists/*
1614
COPY --from=build /build/inst /opt/bluespec/
1715
ENV PATH /opt/bluespec/bin:$PATH

0 commit comments

Comments
 (0)