Skip to content

Commit

Permalink
Configure cln-version-manager in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDeSmedt committed Mar 28, 2024
1 parent c40c69d commit 7f1a44c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/gl-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ RUN groupadd -g $GID -o $DOCKER_USER &&\
useradd -m -u $UID -g $GID -G sudo -o -s /bin/bash $DOCKER_USER && \
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

# Configure clnvm
RUN mkdir -p /opt/clnvm; chmod a+rw /opt/clnvm
ENV CLNVM_CACHE_DIR=/opt/clnvm

# Create the required tmp-dicts
RUN chmod a+rw /tmp
RUN mkdir -p /tmp/gltesting/cargo && mkdir -p /tmp/gltesting/tmp
Expand Down

0 comments on commit 7f1a44c

Please sign in to comment.