Skip to content

Commit

Permalink
Update Dockerfile ENV key format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bckempa committed Aug 22, 2024
1 parent e7c3782 commit 7166d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renode_rcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04
WORKDIR /root
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

# Using Docker BuildKit cache mounts for /var/cache/apt and /var/lib/apt ensures that
# the cache won't make it into the built image but will be maintained between steps.
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN ./build-prom.sh
RUN mv rcc-1.3.0-gcc/ /opt/renode/
RUN mv grlib-gpl-2024.1-b4291 /opt/renode/

ENV PATH $PATH:/opt/renode/rcc-1.3.0-gcc/bin
ENV PATH=$PATH:/opt/renode/rcc-1.3.0-gcc/bin

WORKDIR /root
COPY config .config/renode/
Expand Down

0 comments on commit 7166d38

Please sign in to comment.