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
dd83552f
Commit
dd83552f
authored
Oct 01, 2019
by
Bryan BRANCOTTE
Browse files
WIP
#102
attempt to fix UnicodeEncodeError
parent
f5edad62
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/viralhostrange/Dockerfile
View file @
dd83552f
...
...
@@ -63,8 +63,4 @@ ARG CI_COMMIT_REF_SLUG
RUN
echo
"Version
$CI_COMMIT_SHORT_SHA
$CI_COMMIT_REF_SLUG
on
$(
date
+
'%Y-%m-%d %H:%M %Z'
)
"
>
/code/viralhostrangedb/templates/viralhostrangedb/last_update.html
&&
adduser
--disabled-password
--gecos
''
kiwi
&&
chown
-R
kiwi:kiwi /code
ENV
LANG en_US.UTF-8
ENV
LANGUAGE en_US:en
ENV
LC_ALL en_US.UTF-8
USER
kiwi
\ No newline at end of file
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