chore(docker/backend): switch base image, print version info
This commit is contained in:
parent
fe9a92fd3f
commit
29427a02c6
@ -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 update && apt-get -y install inotify-tools
|
||||||
RUN apt-get -y update && apt-get -y install haskell-stack git
|
RUN apt-get -y update && apt-get -y install haskell-stack git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user