Skip to content

Commit 4933b17

Browse files
committed
Dockerfiles updated with some pkgs
1 parent cc83c44 commit 4933b17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitpod.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ RUN apt-get update \
4242
tclsh \
4343
uuid \
4444
&& apt-get clean \
45-
&& rm -rf /var/lib/apt/lists/*
45+
&& rm -rf /var/lib/apt/lists/* \
46+
&& apt-get install -y capnproto libcapnp-dev
47+
4648

4749
# set out workspace
4850
ENV VTR_ROOT=/workspace/vtr-verilog-to-routing

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apt-get update -qq \
3232
tclsh \
3333
uuid \
3434
# Install python packages
35+
&& apt-get install -y capnproto libcapnp-dev \
3536
&& pip install -r requirements.txt \
3637
# Cleanup
3738
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \

0 commit comments

Comments
 (0)