mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
docker build -t atom-rpm resources/linux/redhat
|