mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
Fix build-container (#23942)
This commit is contained in:
parent
9771b1c745
commit
bace47d40e
@ -29,6 +29,8 @@ ENV OSX_SDK_URL=https://s3.dockerproject.org/darwin/v2 \
|
||||
# might wanna make sure osx cross and the other tarball as well as the packages ends up somewhere other than tmp
|
||||
# might also wanna put them as their own layer to not have to unpack them every time?
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -yq && \
|
||||
apt-get install -yq \
|
||||
|
Loading…
Reference in New Issue
Block a user