diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-03-07 14:15:40 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-03-07 14:15:40 +0100 |
| commit | b8f99c754702b094ace7fd632f3a035736a44fb4 (patch) | |
| tree | 57452dece783d8a924aa843656d4ea5d49c5faca /docker/Dockerfile | |
| parent | f23b204e681e00d13ec3c33436247422849e6803 (diff) | |
| download | vyos-build-b8f99c754702b094ace7fd632f3a035736a44fb4.tar.gz vyos-build-b8f99c754702b094ace7fd632f3a035736a44fb4.zip | |
Docker: T5400: ensure OPAM environment is always present
Diffstat (limited to 'docker/Dockerfile')
| -rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index ca70c5bf..e1d7d0b1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -368,7 +368,7 @@ RUN sed "s/^%sudo.*/%sudo\tALL=(ALL) NOPASSWD:ALL/g" -i /etc/sudoers && \ chmod a+s /usr/sbin/useradd /usr/sbin/groupadd # Ensure sure all users have access to our OCAM and Go installation -RUN echo "$(opam env --root=/opt/opam --set-root)" >> /etc/skel/.bashrc && \ +RUN echo "eval \$(opam env --root=/opt/opam --set-root)" >> /etc/skel/.bashrc && \ echo "export PATH=/opt/go/bin:\$PATH" >> /etc/skel/.bashrc # Rise upper limit for UID when working in an Active Direcotry integrated |
