mirror of
https://github.com/penpot/penpot.git
synced 2025-07-11 00:47:17 +02:00
Merge pull request #6875 from penpot/ladybenko-fix-devenv-mac-ubuntu
🔧 Fix building and running devenv (Mac / Linux)
This commit is contained in:
commit
00599f76d0
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
################################################################################
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue