mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[docs] Improve and automate apache source releases (#8584)
This commit is contained in:
committed by
GitHub
parent
71c5c0f366
commit
3b13fb4143
@@ -15,5 +15,9 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
FROM python:3.6-jessie
|
||||
COPY make_tarball.sh /entrypoint.sh
|
||||
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y jq
|
||||
|
||||
COPY make_tarball_entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user