Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
ViralHostRangeDB
Commits
b246eb72
Commit
b246eb72
authored
Sep 30, 2019
by
Bryan BRANCOTTE
Browse files
WIP
#102
attempt to fix UnicodeEncodeError
parent
c5ebf8cd
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/viralhostrange/Dockerfile
View file @
b246eb72
...
...
@@ -27,8 +27,8 @@ RUN a2enmod \
RUN
echo
'kiwi ALL=(ALL) NOPASSWD: /usr/sbin/service cron start'
>>
/etc/sudoers
&&
\
echo
'kiwi ALL=(ALL) NOPASSWD: /bin/chmod a-w /etc/apache2/apache2.conf'
>>
/etc/sudoers
&&
\
echo
'kiwi ALL=(ALL) SETENV:NOPASSWD: /usr/sbin/apachectl'
>>
/etc/sudoers
&&
\
echo
"export LANG='en_US.UTF-8'"
>
/etc/apache2/envvars
&&
\
echo
"export LC_ALL='en_US.UTF-8'"
>
/etc/apache2/envvars
echo
"export LANG='en_US.UTF-8'"
>
>
/etc/apache2/envvars
&&
\
echo
"export LC_ALL='en_US.UTF-8'"
>
>
/etc/apache2/envvars
RUN
mkdir
/code
WORKDIR
/code
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment