Skip to content

Commit

Permalink
ci: updated dockerfile for parser generation (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
valmoz authored Nov 29, 2023
1 parent a2e8a49 commit f44d4de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11
FROM openjdk:22-slim

COPY entrypoint.sh /script/entrypoint.sh

Expand Down
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

apt-get update
apt-get install wget -y

wget https://www.antlr.org/download/antlr-4.9.2-complete.jar
export CLASSPATH=".:./antlr-4.9.2-complete.jar:$CLASSPATH"

Expand Down

0 comments on commit f44d4de

Please sign in to comment.