This commit is contained in:
Jackson Delahunt 2019-02-26 01:06:49 +11:00
parent eae1f42fa1
commit 64e7355a98

View file

@ -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 && \