We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3793b65 commit 525e33aCopy full SHA for 525e33a
bin/make-base-vm
@@ -201,7 +201,7 @@ if [ $DOCKER = "1" ]; then
201
202
apt_cacher=""
203
if [ "$APT_CACHER" = 1 ]; then
204
- apt_cacher="RUN echo 'Acquire::http { Proxy "$MIRROR_BASE"; };' > /etc/apt/apt.conf.d/50cacher"
+ apt_cacher="RUN echo 'Acquire::http { Proxy \"$MIRROR_BASE\"; };' > /etc/apt/apt.conf.d/50cacher"
205
fi
206
207
# Generate the dockerfile
0 commit comments