Merge pull request #6875 from penpot/ladybenko-fix-devenv-mac-ubuntu

🔧 Fix building and running devenv (Mac / Linux)
This commit is contained in:
Andrey Antukh
2025-07-09 08:28:49 +02:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -26,8 +26,6 @@ RUN set -ex; \
build-essential autoconf libtool pkg-config
COPY files/apt.sources /etc/apt/sources.list.d/ubuntu.sources
################################################################################
## IMAGE MAGICK
################################################################################

View File

@@ -10,7 +10,7 @@ cp /root/.bashrc /home/penpot/.bashrc
cp /root/.vimrc /home/penpot/.vimrc
cp /root/.tmux.conf /home/penpot/.tmux.conf
chown -R penpot:users /home/penpot
chown penpot:users /home/penpot
rsync -ar --chown=penpot:users /opt/cargo/ /home/penpot/.cargo/
export PATH="/home/penpot/.cargo/bin:$PATH"