Skip to content

Commit

Permalink
add docker installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton committed Jun 23, 2021
1 parent 41a7967 commit fe64bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian

# Install baseline
RUN apt-get update
RUN apt-get install -y g++ make
RUN apt-get install -y g++ make wget

# Copy relevant files for simulation
COPY ./Makefile /qsim/Makefile
Expand Down

0 comments on commit fe64bc7

Please sign in to comment.