Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify apk process in Dockerfile by using --no-cache option #42

Merged
merged 1 commit into from Apr 9, 2024

Conversation

PeterDaveHello
Copy link
Contributor

  • Replace the --update parameter with --no-cache in apk add commands to ensure package indices are updated without leaving a cache.
  • Remove the explicit cache removal step since the --no-cache parameter makes it superfluous.

- Replace the `--update` parameter with `--no-cache` in `apk add`
commands to ensure package indices are updated without leaving a cache.
- Remove the explicit cache removal step since the `--no-cache`
parameter makes it superfluous.
@iMuFeng iMuFeng merged commit c644109 into heyform:main Apr 9, 2024
1 check passed
FernandaOchoa added a commit to FernandaOchoa/heyform that referenced this pull request Apr 10, 2024
* Refactor answer-utils file parser

* Refactor shared-types-enums type FileUploadValue

* Upgrade dependencies

* Refactor the data structure for file uploads (close heyform#37)

* Fix submissions not properly displayed after schema change (close heyform#29)

* Release v0.0.6

* Adding environment variables deailing with SSL email endpoints (port 465) (heyform#40)

* Simplify apk process in Dockerfile by using `--no-cache` option (heyform#42)

- Replace the `--update` parameter with `--no-cache` in `apk add`
commands to ensure package indices are updated without leaving a cache.
- Remove the explicit cache removal step since the `--no-cache`
parameter makes it superfluous.

* Add zhTW traditional chinese locale (heyform#41)

---------

Co-authored-by: mufeng <mufeng.me@gmail.com>
Co-authored-by: Ed McLain <ed@edmclain.com>
Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
@PeterDaveHello PeterDaveHello deleted the Dockerfile branch April 10, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants