Robin Schneider
5 years ago
No known key found for this signature in database
GPG Key ID: A81E8006DC95EFE6
1 changed files with
1 additions and
2 deletions
-
docker/Dockerfile.j2
|
|
@ -86,8 +86,7 @@ RUN rustup set profile minimal |
|
|
|
{% if "alpine" in target_file %} |
|
|
|
ENV USER "root" |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% if "aarch64" in target_file or "armv" in target_file %} |
|
|
|
{% elif "aarch64" in target_file or "armv" in target_file %} |
|
|
|
# Install required build libs for {{ package_arch_name }} architecture. |
|
|
|
RUN sed 's/^deb/deb-src/' /etc/apt/sources.list > \ |
|
|
|
/etc/apt/sources.list.d/deb-src.list \ |
|
|
|