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

Add apt update in dockerfile

parent 8a4b8d1a
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ ENV LANG C.UTF-8 ...@@ -7,6 +7,9 @@ ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Berlin ENV TZ Europe/Berlin
# Setup apt environment.
RUN apt-get -qq update
# Setup workspace in Docker. # Setup workspace in Docker.
RUN axii workspace create /workspace workspace RUN axii workspace create /workspace workspace
RUN axii workspace activate workspace RUN axii workspace activate workspace
......
...@@ -7,6 +7,9 @@ ENV LANG C.UTF-8 ...@@ -7,6 +7,9 @@ ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Berlin ENV TZ Europe/Berlin
# Setup apt environment.
RUN apt-get -qq update
# Temporary fix until Axii is updated # Temporary fix until Axii is updated
# Simulate install_axii.sh. # Simulate install_axii.sh.
ENV _AXII_INSTALL_DIR /axii ENV _AXII_INSTALL_DIR /axii
......
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