Skip to content

Commit 9a48bc3

Browse files
committed
fix syntax
1 parent 3d4b77c commit 9a48bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/kayobe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
6868

6969
RUN echo export https_proxy=$https_proxy >> /etc/environment && \
7070
echo export http_proxy=$http_proxy >> /etc/environment && \
71-
echo PIP_CERT=/etc/pki/tls/certs/ca-bundle.trust.crt >> /etc/environment
71+
echo export PIP_CERT=/etc/pki/tls/certs/ca-bundle.trust.crt >> /etc/environment
7272
RUN echo export https_proxy=$https_proxy >> /root/.bashrc && \
7373
echo export http_proxy=$http_proxy >> /root/.bashrc
7474

0 commit comments

Comments
 (0)