Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
rnshah9 committed May 26, 2022
1 parent 4c0484d commit 4b01421
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.mayhem
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM --platform=linux/amd64 ubuntu:20.04

RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y vim less man
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential libyaml-dev

ADD . /repo
Expand Down
2 changes: 1 addition & 1 deletion Mayhemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project: rnshah9/libcyaml
target: libcyaml
target: planner

cmds:
- cmd: /repo/build/debug/planner @@ out

0 comments on commit 4b01421

Please sign in to comment.