Skip to content
Snippets Groups Projects
Commit 8a4b8d1a authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add temporary fix of Axii docker image for jammy

parent c34ae8ce
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,13 @@ ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Berlin
# Temporary fix until Axii is updated
# Simulate install_axii.sh.
ENV _AXII_INSTALL_DIR /axii
ENV PATH /axii/bin:$PATH
ENV _axii_installed true
# Temporary fix - end.
# Setup workspace in Docker.
RUN axii workspace create /workspace workspace
RUN axii workspace activate workspace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment