mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-19 20:04:30 +01:00
Modifiy for new handling (#61)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
FROM %%BASE_IMAGE%%
|
||||
|
||||
# Add version
|
||||
ENV VERSION %%VERSION%%
|
||||
# Add env
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
@@ -9,6 +8,7 @@ RUN apk add --no-cache jq openssh vim
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
COPY motd /etc/
|
||||
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user