remove entrypoint, use it from base image

This commit is contained in:
Wolfgang Hottgenroth 2019-04-09 14:06:05 +02:00
parent fc978ccc37
commit 508b291411
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -23,5 +23,3 @@ RUN \
$ARDUINO_VERSION/arduino --install-boards esp8266:esp8266 --save-prefs
ENV PATH "$PATH:/${WORKDIR}/${ARDUINO_VERSION}"
ENTRYPOINT [ "/bin/bash" ]