chore(dev): linux dev support workaround (#2076)

This commit is contained in:
Florian Forster
2021-07-27 21:55:30 +02:00
committed by GitHub
parent adac3eaf2d
commit 291b04ee1e
6 changed files with 72 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
FROM ubuntu:latest AS started
#install dependencies
#install dependencies with a workaround for the 412 error
RUN apt-get update \
&& apt-get install curl -y