Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandine authored Oct 23, 2022
1 parent 7f2148b commit 4b1c6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye

RUN apt update && apt install -y build-essential git doxygen
RUN git clone https://github.com/cc65/cc65.git && cd cc65 && make && make avail
RUN apt update && apt install -y build-essential git doxygen graphviz
RUN git clone https://github.com/cc65/cc65.git && cd cc65 && make && make avail

0 comments on commit 4b1c6bc

Please sign in to comment.