chore(docker/backend): switch base image, print version info

This commit is contained in:
Sarah Vaupel 2024-11-26 12:58:00 +00:00
parent fe9a92fd3f
commit 29427a02c6

View File

@ -1,4 +1,6 @@
FROM debian:12.5
FROM devfra.azurecr.io/de.fraport.build/tools:1.1.0
RUN lsb_release -a
RUN apt-get update && apt-get -y install inotify-tools
RUN apt-get -y update && apt-get -y install haskell-stack git