diff --git a/Dockerfile b/Dockerfile index 25f560b..83866be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +#syntax=docker/dockerfile:1.4 # Global config ARG toltec_image=ghcr.io/toltec-dev/base:v3.1 ARG rm2_stuff_tag=v0.1.2 @@ -11,13 +12,29 @@ ARG linux_image=ghcr.io/timower/rm-docker-linux:main # Step 1: Build Linux for the emulator FROM $toltec_image AS linux-builder -RUN apt-get update && \ - apt-get install -y bison bc lzop libssl-dev flex +RUN <