Skip to content

Commit 525e33a

Browse files
committed
apt-cacher: fix configuration error of the Dockerfile
1 parent 3793b65 commit 525e33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/make-base-vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ if [ $DOCKER = "1" ]; then
201201

202202
apt_cacher=""
203203
if [ "$APT_CACHER" = 1 ]; then
204-
apt_cacher="RUN echo 'Acquire::http { Proxy "$MIRROR_BASE"; };' > /etc/apt/apt.conf.d/50cacher"
204+
apt_cacher="RUN echo 'Acquire::http { Proxy \"$MIRROR_BASE\"; };' > /etc/apt/apt.conf.d/50cacher"
205205
fi
206206

207207
# Generate the dockerfile

0 commit comments

Comments
 (0)