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
c5ebf8cd
Commit
c5ebf8cd
authored
Sep 30, 2019
by
Bryan BRANCOTTE
Browse files
WIP
#102
attempt to fix UnicodeEncodeError
parent
b103b42d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/viralhostrange/Dockerfile
View file @
c5ebf8cd
...
...
@@ -26,7 +26,9 @@ 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
'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
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