Skip to content

Commit 50a5b9b

Browse files
authored
feat: Add cddl-base target (#348)
* add earthly cddl base target * fix spelling
1 parent b09268a commit 50a5b9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

earthly/cddl/Earthfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
VERSION 0.8
2+
3+
# cspell: words cddlc
4+
5+
cddl-base:
6+
FROM ruby:3.3.0-alpine
7+
8+
RUN gem install cddlc

0 commit comments

Comments
 (0)