migrate
This commit is contained in:
9
build/Dockerfile.dapper
Normal file
9
build/Dockerfile.dapper
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM ubuntu:20.10 AS sdcc
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y vim make sdcc \
|
||||
&& apt-get autoclean
|
||||
ENV DAPPER_SOURCE /source
|
||||
ENV DAPPER_OUTPUT ./build/bin
|
||||
WORKDIR ${DAPPER_SOURCE}
|
||||
ENTRYPOINT ["./build/scripts/entry.sh"]
|
||||
CMD ["help"]
|
||||
Reference in New Issue
Block a user