mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Come on now...
This commit is contained in:
@@ -69,7 +69,8 @@ RUN rsync -avz pkg/debian_shared/* pkg/$PKG_DIR/
|
||||
|
||||
RUN mkdir -p pkg/$PKG_DIR/etc/firezone
|
||||
RUN mkdir -p pkg/$PKG_DIR/usr/bin
|
||||
RUN mv _build/prod/rel/firezone pkg/$PKG_DIR/usr/lib/
|
||||
RUN mkdir -p pkg/$PKG_DIR/usr/lib/firezone
|
||||
RUN rsync -avz _build/prod/rel/firezone/* pkg/$PKG_DIR/usr/lib/firezone/
|
||||
RUN cd pkg/$PKG_DIR/usr/bin && ln -s ../lib/firezone/bin/firezone
|
||||
RUN ls -lR pkg/$PKG_DIR
|
||||
RUN cd pkg && dpkg-deb --build $PKG_DIR
|
||||
|
||||
Reference in New Issue
Block a user