Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Jan 19, 2024
1 parent 42b2e80 commit 14a8994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:noble-20240114

RUN sudo apt-get update \
sudo apt-get install \
RUN apt-get update && \
apt-get install \
libwebkit2gtk-4.0-dev build-essential curl wget \
libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev

WORKDIR /src

RUN mkdir gitbutler-ui/build
RUN mkdir gitbutler-ui/build

0 comments on commit 14a8994

Please sign in to comment.