mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 09:36:32 +10:00
binary
This commit is contained in:
parent
eae1f42fa1
commit
64e7355a98
1 changed files with 2 additions and 3 deletions
|
|
@ -36,9 +36,8 @@ RUN wget -O musikcube.deb -nv https://github.com/clangen/musikcube/releases/down
|
|||
rm musikcube.deb
|
||||
|
||||
# Install traefik
|
||||
RUN wget -O traefik.deb -nv https://github.com/containous/traefik/releases/download/v1.7.9/traefik_linux-amd64 && \
|
||||
dpkg -i traefik.deb \
|
||||
rm traefik.deb
|
||||
RUN wget -O /usr/local/bin/traefik -nv https://github.com/containous/traefik/releases/download/v1.7.9/traefik_linux-amd64 && \
|
||||
chmod +x /usr/local/bin/traefik
|
||||
|
||||
# Install vs code, vs live share dependencies, and shfmt extension dependency
|
||||
RUN wget -O code.deb -nv https://go.microsoft.com/fwlink/?LinkID=760868 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue